SELECT 
  * 
FROM 
  tmall_product_feature_variants 
WHERE 
  variant_id IN (
    91, 89, 55, 52, 58, 39, 56, 53, 44, 45, 54
  )

Query time 0.00771

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.019774228,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_product_feature_variants",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "loops": 1,
          "rows": 11,
          "cost": 0.019774228,
          "filtered": 100,
          "index_condition": "tmall_product_feature_variants.variant_id in (91,89,55,52,58,39,56,53,44,45,54)"
        }
      }
    ]
  }
}

Result

variant_id feature_id url color position abt__ut2_color_style abt__ut2_multicolor
39 15 40 default
44 16 0 default
45 17 0 default
52 15 0 default
53 16 0 default
54 17 0 default
55 15 0 default
56 16 0 default
58 15 0 default
89 18 0 default
91 18 0 default