SELECT 
  * 
FROM 
  tmall_product_feature_variants 
WHERE 
  variant_id IN (116, 96, 113, 107, 105, 90)

Query time 0.00783

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.011129098,
    "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": 6,
          "cost": 0.011129098,
          "filtered": 100,
          "index_condition": "tmall_product_feature_variants.variant_id in (116,96,113,107,105,90)"
        }
      }
    ]
  }
}

Result

variant_id feature_id url color position abt__ut2_color_style abt__ut2_multicolor
90 18 0 default
96 18 0 default
105 18 0 default
107 18 0 default
113 18 0 default
116 18 0 default