SELECT 
  * 
FROM 
  jmj_product_feature_variants 
WHERE 
  variant_id IN (
    3246, 3247, 2103, 2107, 2108, 2117, 2120, 
    2130, 2136, 2164, 2192, 2220, 766
  )

Query time 0.00948

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "31.21"
    },
    "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": 13,
      "rows_produced_per_join": 13,
      "filtered": "100.00",
      "index_condition": "(`jmj_test`.`jmj_product_feature_variants`.`variant_id` in (3246,3247,2103,2107,2108,2117,2120,2130,2136,2164,2192,2220,766))",
      "cost_info": {
        "read_cost": "28.61",
        "eval_cost": "2.60",
        "prefix_cost": "31.21",
        "data_read_per_join": "20K"
      },
      "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
2103 280 #000000 0 default
2107 280 #c0c0c0 27 default
2108 280 #d3d3d3 31 default
2117 280 #4169e1 70 default
2120 280 #6495ed 84 default
2130 280 #f0ffff 113 default
2136 280 #40e0d0 136 default
2164 280 #f5fffa 242 default
2192 280 #ff8c00 360 default
2220 280 #7b68ee 488 default
3246 31 #ffffff 130 default
3247 31 #ffffff 131 default