SELECT 
  * 
FROM 
  jmj_product_feature_variants 
WHERE 
  variant_id IN (
    3246, 3247, 2985, 2989, 2991, 3001, 3005, 
    3009, 3012, 2103, 2104, 2230
  )

Query time 0.01111

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.81"
    },
    "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": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "index_condition": "(`jmj_test`.`jmj_product_feature_variants`.`variant_id` in (3246,3247,2985,2989,2991,3001,3005,3009,3012,2103,2104,2230))",
      "cost_info": {
        "read_cost": "26.41",
        "eval_cost": "2.40",
        "prefix_cost": "28.81",
        "data_read_per_join": "18K"
      },
      "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
2103 280 #000000 0 default
2104 280 #696969 17 default
2230 280 #d8bfd8 532 default
2985 396 #ffffff 0 default
2989 397 #ffffff 0 default
2991 397 #ffffff 0 default
3001 398 #ffffff 0 default
3005 398 #ffffff 0 default
3009 399 #ffffff 0 default
3012 400 #ffffff 0 default
3246 31 #ffffff 130 default
3247 31 #ffffff 131 default