SELECT 
  * 
FROM 
  jmj_product_feature_variants 
WHERE 
  variant_id IN (
    3246, 3247, 2383, 2396, 2401, 2403, 2409, 
    2414, 2419, 2420, 2425, 2423, 2204, 
    3238, 766
  )

Query time 0.01119

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "36.01"
    },
    "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": 15,
      "rows_produced_per_join": 15,
      "filtered": "100.00",
      "index_condition": "(`jmj_test`.`jmj_product_feature_variants`.`variant_id` in (3246,3247,2383,2396,2401,2403,2409,2414,2419,2420,2425,2423,2204,3238,766))",
      "cost_info": {
        "read_cost": "33.01",
        "eval_cost": "3.00",
        "prefix_cost": "36.01",
        "data_read_per_join": "23K"
      },
      "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
2204 280 #8b0000 396 default
2383 297 #ffffff 0 default
2396 298 #ffffff 0 default
2401 298 #ffffff 0 default
2403 299 #ffffff 0 default
2409 299 #ffffff 0 default
2414 300 #ffffff 2 default
2419 301 #ffffff 3 default
2420 302 #ffffff 1 default
2423 303 #ffffff 0 default
2425 304 #ffffff 0 default
3238 280 #6f4e37 600 default
3246 31 #ffffff 130 default
3247 31 #ffffff 131 default