SELECT 
  * 
FROM 
  jmj_product_feature_variants 
WHERE 
  variant_id IN (
    3246, 3247, 1334, 1346, 1352, 1355, 1372, 
    1383, 1386, 1387, 2136, 2181, 2208, 
    2210, 2211, 766
  )

Query time 0.00061

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "38.41"
    },
    "table": {
      "table_name": "jmj_product_feature_variants",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "variant_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "index_condition": "(`jmj_test`.`jmj_product_feature_variants`.`variant_id` in (3246,3247,1334,1346,1352,1355,1372,1383,1386,1387,2136,2181,2208,2210,2211,766))",
      "cost_info": {
        "read_cost": "35.21",
        "eval_cost": "3.20",
        "prefix_cost": "38.41",
        "data_read_per_join": "24K"
      },
      "used_columns": [
        "variant_id",
        "feature_id",
        "url",
        "color",
        "position",
        "abt__ut2_color_style",
        "abt__ut2_multicolor"
      ]
    }
  }
}

Result

variant_id feature_id url color position abt__ut2_color_style abt__ut2_multicolor
766 132 #ffffff 1 default
1334 215 #ffffff 0 default
1346 216 #ffffff 0 default
1352 217 #ffffff 0 default
1355 217 #ffffff 0 default
1372 218 #ffffff 0 default
1383 219 #ffffff 0 default
1386 220 #ffffff 0 default
1387 220 #ffffff 0 default
2136 280 #40e0d0 136 default
2181 280 #ffd700 279 default
2208 280 #ffc0cb 432 default
2210 280 #db7093 443 default
2211 280 #ff69b4 449 default
3246 31 #ffffff 130 default
3247 31 #ffffff 131 default