SELECT 
  types.*, 
  content.* 
FROM 
  ushop_cp_profile_types as types 
  LEFT JOIN ushop_cp_profile_type_descriptions as content ON content.type_id = types.type_id 
WHERE 
  types.type_id = 11 
  AND content.lang_code = 'en'

Query time 0.00027

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "types",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "type_id"
          ],
          "key_length": "3",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.10",
            "prefix_cost": "0.00",
            "data_read_per_join": "800"
          },
          "used_columns": [
            "type_id",
            "code",
            "position",
            "user_type",
            "usergroup_ids",
            "status",
            "extra",
            "is_default",
            "id_plans"
          ]
        }
      },
      {
        "table": {
          "table_name": "content",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "type_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "const",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.10",
            "prefix_cost": "0.00",
            "data_read_per_join": "792"
          },
          "used_columns": [
            "type_id",
            "lang_code",
            "name",
            "description"
          ]
        }
      }
    ]
  }
}

Result

type_id code position user_type usergroup_ids status extra is_default id_plans lang_code name description
11 M 1 V A 0 en Proveedor