SELECT 
  types.code, 
  descr.name 
FROM 
  ushop_cp_profile_types as types 
  LEFT JOIN ushop_cp_profile_type_descriptions as descr ON descr.type_id = types.type_id 
  AND lang_code = 'es' 
WHERE 
  types.status = 'A' 
  AND types.user_type = 'C' 
ORDER BY 
  types.position ASC

Query time 0.00052

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.07"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "1.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "types",
            "access_type": "ALL",
            "rows_examined_per_scan": 12,
            "rows_produced_per_join": 1,
            "filtered": "8.33",
            "cost_info": {
              "read_cost": "1.63",
              "eval_cost": "0.10",
              "prefix_cost": "1.73",
              "data_read_per_join": "800"
            },
            "used_columns": [
              "type_id",
              "code",
              "position",
              "user_type",
              "status"
            ],
            "attached_condition": "((`marketplace`.`types`.`status` = 'A') and (`marketplace`.`types`.`user_type` = 'C'))"
          }
        },
        {
          "table": {
            "table_name": "descr",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "type_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "marketplace.types.type_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.25",
              "eval_cost": "0.10",
              "prefix_cost": "2.08",
              "data_read_per_join": "792"
            },
            "used_columns": [
              "type_id",
              "lang_code",
              "name"
            ]
          }
        }
      ]
    }
  }
}

Result

code name
U Cliente