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 (104) 
ORDER BY 
  tmall_product_feature_variants.position ASC, 
  tmall_product_feature_variant_descriptions.variant ASC

Query time 0.01663

JSON explain

{
  "query_block": {
    "select_id": 1,
    "const_condition": "1",
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_product_feature_variants",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "tmall_product_feature_variant_descriptions",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["const", "const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

variant_id position color variant
104 0 Cobra