SELECT 
  * 
FROM 
  jmj_product_feature_variants 
WHERE 
  variant_id IN (
    3246, 3247, 1276, 1285, 1287, 1290, 1292, 
    1294, 2183
  )

Query time 0.00840

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.61"
    },
    "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": 9,
      "rows_produced_per_join": 9,
      "filtered": "100.00",
      "index_condition": "(`jmj_test`.`jmj_product_feature_variants`.`variant_id` in (3246,3247,1276,1285,1287,1290,1292,1294,2183))",
      "cost_info": {
        "read_cost": "19.81",
        "eval_cost": "1.80",
        "prefix_cost": "21.61",
        "data_read_per_join": "13K"
      },
      "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
1276 204 #ffffff 0 default
1285 205 #ffffff 0 default
1287 205 #ffffff 0 default
1290 206 #ffffff 0 default
1292 207 #ffffff 0 default
1294 208 #ffffff 0 default
2183 280 #deb887 294 default
3246 31 #ffffff 130 default
3247 31 #ffffff 131 default