SELECT 
  variant_descriptions.variant 
FROM 
  ushop_product_features_values AS v 
  LEFT JOIN ushop_product_feature_variant_descriptions AS variant_descriptions ON variant_descriptions.variant_id = v.variant_id 
  AND v.lang_code = variant_descriptions.lang_code 
WHERE 
  v.product_id = 134 
  AND v.feature_id = 18 
  AND variant_descriptions.lang_code = 'es'

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "v",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "variant_id",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "PRIMARY",
          "key_length": "6",
          "used_key_parts": ["feature_id", "product_id"],
          "ref": ["const", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "v.lang_code = 'es'",
          "using_index": true
        }
      },
      {
        "table": {
          "table_name": "variant_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["ushop_shopping.v.variant_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "variant_descriptions.lang_code = v.lang_code"
        }
      }
    ]
  }
}

Result

variant
Creative