SELECT 
  tmall_product_feature_variants.variant_id, 
  tmall_product_feature_variants.position, 
  tmall_product_feature_variants.color, 
  tmall_product_feature_variant_descriptions.variant 
FROM 
  tmall_product_feature_variants 
  LEFT JOIN tmall_product_feature_variant_descriptions ON tmall_product_feature_variants.variant_id = tmall_product_feature_variant_descriptions.variant_id 
  AND tmall_product_feature_variant_descriptions.lang_code = 'en' 
WHERE 
  tmall_product_feature_variants.variant_id IN (
    69, 73, 66, 46, 52, 58, 55, 71, 70, 74, 68, 
    59, 61, 63, 53, 56, 72, 54, 45, 60, 62, 
    64
  ) 
ORDER BY 
  tmall_product_feature_variants.position ASC, 
  tmall_product_feature_variant_descriptions.variant ASC

Query time 0.00858

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.076985082,
    "filesort": {
      "sort_key": "tmall_product_feature_variants.position, tmall_product_feature_variant_descriptions.variant",
      "temporary_table": {
        "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 (69,73,66,46,52,58,55,71,70,74,68,59,61,63,53,56,72,54,45,60,62,64)"
            }
          },
          {
            "table": {
              "table_name": "tmall_product_feature_variant_descriptions",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "9",
              "used_key_parts": ["variant_id", "lang_code"],
              "ref": ["tmall.tmall_product_feature_variants.variant_id", "const"],
              "loops": 22,
              "rows": 1,
              "cost": 0.038243372,
              "filtered": 100,
              "attached_condition": "trigcond(tmall_product_feature_variant_descriptions.lang_code = 'en')"
            }
          }
        ]
      }
    }
  }
}

Result

variant_id position color variant
63 0 13.3"
61 0 14.0"
59 0 15.6"
45 0 16GB
64 0 256GB
71 0 3.7"
54 0 32GB
68 0 4.3"
74 0 4.5"
70 0 4.7"
60 0 640GB
56 0 7.0"
62 0 750GB
53 0 8.9"
72 0 8GB
55 0 Android 2.2, Froyo
66 0 Android 2.3, Gingerbread
52 0 Android 3.1, Honeycomb
58 0 Android 3.2, Honeycomb
73 0 Android 4.0, Ice Cream Sandwich
46 0 Windows 7 Home Premium
69 0 Windows Phone 7.5, Mango