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, 71, 72, 89, 73, 70, 54, 66, 74, 45, 68
  ) 
ORDER BY 
  tmall_product_feature_variants.position ASC, 
  tmall_product_feature_variant_descriptions.variant ASC

Query time 0.00791

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.038998314,
    "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": "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 (69,71,72,89,73,70,54,66,74,45,68)"
            }
          },
          {
            "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": 11,
              "rows": 1,
              "cost": 0.019224086,
              "filtered": 100,
              "attached_condition": "trigcond(tmall_product_feature_variant_descriptions.lang_code = 'en')"
            }
          }
        ]
      }
    }
  }
}

Result

variant_id position color variant
45 0 16GB
71 0 3.7"
54 0 32GB
68 0 4.3"
74 0 4.5"
70 0 4.7"
72 0 8GB
66 0 Android 2.3, Gingerbread
73 0 Android 4.0, Ice Cream Sandwich
89 0 Samsung
69 0 Windows Phone 7.5, Mango