SELECT 
  cscart_profile_field_values.value_id, 
  cscart_profile_field_descriptions.description 
FROM 
  cscart_profile_field_values 
  LEFT JOIN cscart_profile_field_descriptions ON cscart_profile_field_descriptions.object_id = cscart_profile_field_values.value_id 
  AND cscart_profile_field_descriptions.object_type = 'V' 
  AND cscart_profile_field_descriptions.lang_code = 'es' 
WHERE 
  cscart_profile_field_values.field_id = 71 
ORDER BY 
  cscart_profile_field_values.position

Query time 0.00021

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.030314797,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_profile_field_values.position",
            "table": {
              "table_name": "cscart_profile_field_values",
              "access_type": "ALL",
              "loops": 1,
              "rows": 11,
              "cost": 0.0126478,
              "filtered": 100,
              "attached_condition": "cscart_profile_field_values.field_id = 71"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "cscart_profile_field_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "12",
          "used_key_parts": ["object_id", "object_type", "lang_code"],
          "ref": [
            "u428615623_ecartifygonje.cscart_profile_field_values.value_id",
            "const",
            "const"
          ],
          "loops": 11,
          "rows": 1,
          "cost": 0.01065804,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_profile_field_descriptions.object_type = 'V' and cscart_profile_field_descriptions.lang_code = 'es')"
        }
      }
    ]
  }
}

Result

value_id description
10 Vendor
11 Supplier
12 Both
13 Barber
14 Rental
15 Airbnb
16 Influencer