SELECT 
  * 
FROM 
  tmall_product_feature_variants 
WHERE 
  variant_id IN (
    92, 91, 88, 95, 93, 99, 94, 98, 89, 97, 55, 
    52, 58, 49, 46, 39, 63, 61, 59, 51, 41, 
    56, 53, 44, 45, 47, 64, 50, 54, 48, 60, 
    62
  )

Query time 0.00786

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.03874171,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_product_feature_variants",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY"],
          "loops": 1,
          "rows": 182,
          "cost": 0.03874171,
          "filtered": 17.58241844,
          "attached_condition": "tmall_product_feature_variants.variant_id in (92,91,88,95,93,99,94,98,89,97,55,52,58,49,46,39,63,61,59,51,41,56,53,44,45,47,64,50,54,48,60,62)"
        }
      }
    ]
  }
}

Result

variant_id feature_id url color position abt__ut2_color_style abt__ut2_multicolor
54 17 0 default
53 16 0 default
63 16 0 default
62 17 0 default
61 16 0 default
64 17 0 default
60 17 0 default
59 16 0 default
58 15 0 default
56 16 0 default
55 15 0 default
52 15 0 default
51 16 0 default
50 17 0 default
49 15 0 default
48 17 0 default
47 17 0 default
45 17 0 default
44 16 0 default
46 15 0 default
41 16 0 default
39 15 40 default
98 18 0 default
88 18 0 default
89 18 0 default
91 18 0 default
92 18 0 default
93 18 0 default
94 18 0 default
95 18 0 default
97 18 0 default
99 18 0 default