SELECT 
  * 
FROM 
  cscart_product_feature_variants 
WHERE 
  variant_id IN (
    1892, 1855, 2470, 1930, 1580, 129, 1856, 
    1870, 0, 1353, 486, 489, 1448, 43, 895, 
    356, 1020, 214, 44, 1451, 136, 121, 710, 
    45, 490, 46
  )

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_feature_variants",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "rows": 26,
          "filtered": 100,
          "index_condition": "cscart_product_feature_variants.variant_id in (1892,1855,2470,1930,1580,129,1856,1870,0,1353,486,489,1448,43,895,356,1020,214,44,1451,136,121,710,45,490,46)"
        }
      }
    ]
  }
}

Result

variant_id feature_id url color position abt__ut2_color_style abt__ut2_multicolor
43 1 0 default
44 1 0 default
45 1 0 default
46 1 0 default
121 1 0 default
129 26 0 default
136 1 0 default
214 1 0 default
356 1 0 default
486 1 0 default
489 1 0 default
490 1 0 default
710 1 0 default
895 1 0 default
1020 1 0 default
1353 1 0 default
1448 1 0 default
1451 1 0 default
1580 26 0 default
1855 69 0 default
1856 70 0 default
1870 70 0 default
1892 69 0 default
1930 69 0 default
2470 69 0 default