SELECT 
  * 
FROM 
  tmall_product_feature_variants 
WHERE 
  variant_id IN (
    55, 66, 52, 58, 73, 46, 69, 63, 61, 59, 71, 
    68, 74, 70, 56, 53, 45, 64, 54, 60, 62, 
    72
  )

Query time 0.00762

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": 12.08791256,
          "attached_condition": "tmall_product_feature_variants.variant_id in (55,66,52,58,73,46,69,63,61,59,71,68,74,70,56,53,45,64,54,60,62,72)"
        }
      }
    ]
  }
}

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
45 17 0 default
46 15 0 default
68 16 0 default
69 15 0 default
70 16 0 default
66 15 0 default
71 16 0 default
72 17 0 default
73 15 0 default
74 16 0 default