SELECT 
  * 
FROM 
  cscart_product_feature_variants 
WHERE 
  variant_id IN (
    3719, 3709, 4862, 1913, 4867, 1858, 1882, 
    1855, 2178, 2547, 1880, 1910, 2128, 
    1288, 176, 1856, 1983, 1859, 1870, 360, 
    1293, 1349, 1290, 1447, 1376, 860, 491, 
    1338, 1291, 1410, 1402, 0
  )

Query time 0.00058

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": 32,
          "filtered": 100,
          "index_condition": "cscart_product_feature_variants.variant_id in (3719,3709,4862,1913,4867,1858,1882,1855,2178,2547,1880,1910,2128,1288,176,1856,1983,1859,1870,360,1293,1349,1290,1447,1376,860,491,1338,1291,1410,1402,0)"
        }
      }
    ]
  }
}

Result

variant_id feature_id url color position abt__ut2_color_style abt__ut2_multicolor
176 42 0 default
360 14 0 default
491 46 0 default
860 46 0 default
1288 42 0 default
1290 46 0 default
1291 46 0 default
1293 46 0 default
1338 46 0 default
1349 46 0 default
1376 46 0 default
1402 46 0 default
1410 46 0 default
1447 46 0 default
1855 69 0 default
1856 70 0 default
1858 69 0 default
1859 70 0 default
1870 70 0 default
1880 69 0 default
1882 69 0 default
1910 69 0 default
1913 69 0 default
1983 70 0 default
2128 69 0 default
2178 69 0 default
2547 69 0 default
3709 69 0 default
3719 69 0 default
4862 69 0 default
4867 69 0 default