SELECT 
  cscart_profile_fields.*, 
  cscart_profile_field_descriptions.description, 
  cscart_profile_fields.profile_required as required 
FROM 
  cscart_profile_fields 
  LEFT JOIN cscart_profile_field_descriptions ON cscart_profile_field_descriptions.object_id = cscart_profile_fields.field_id 
  AND cscart_profile_field_descriptions.object_type = 'F' 
  AND lang_code = 'ru' 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = cscart_profile_fields.field_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'profile_fields'
  ) 
WHERE 
  1 = 1 
  AND cscart_profile_fields.profile_type = 'U' 
  AND cscart_profile_fields.profile_show = 'Y' 
  AND (
    cscart_profile_fields.field_type != 'E' 
    OR cscart_profile_fields.section != 'C' 
    AND cscart_profile_fields.field_type = 'E'
  ) 
ORDER BY 
  cscart_profile_fields.position

Query time 0.00293

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.58"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_profile_fields",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY",
              "profile_show"
            ],
            "key": "profile_show",
            "used_key_parts": [
              "profile_show"
            ],
            "key_length": "4",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 6,
            "rows_produced_per_join": 0,
            "filtered": "9.09",
            "index_condition": "((`zdrowy_db`.`cscart_profile_fields`.`field_type` <> 'E') or (`zdrowy_db`.`cscart_profile_fields`.`field_type` = 'E'))",
            "cost_info": {
              "read_cost": "0.60",
              "eval_cost": "0.05",
              "prefix_cost": "1.20",
              "data_read_per_join": "999"
            },
            "used_columns": [
              "field_id",
              "field_name",
              "profile_show",
              "profile_required",
              "checkout_show",
              "checkout_required",
              "partner_show",
              "partner_required",
              "storefront_show",
              "field_type",
              "profile_type",
              "position",
              "is_default",
              "section",
              "matching_id",
              "class",
              "wrapper_class",
              "autocomplete_type",
              "checkout_export_1c",
              "cml_export_to_1c",
              "cs_field_size",
              "shipping_ids"
            ],
            "attached_condition": "((`zdrowy_db`.`cscart_profile_fields`.`profile_type` = 'U') and ((`zdrowy_db`.`cscart_profile_fields`.`field_type` <> 'E') or ((`zdrowy_db`.`cscart_profile_fields`.`section` <> 'C') and (`zdrowy_db`.`cscart_profile_fields`.`field_type` = 'E'))))"
          }
        },
        {
          "table": {
            "table_name": "cscart_profile_field_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "object_type",
              "lang_code"
            ],
            "key_length": "12",
            "ref": [
              "zdrowy_db.cscart_profile_fields.field_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.14",
              "eval_cost": "0.05",
              "prefix_cost": "1.39",
              "data_read_per_join": "427"
            },
            "used_columns": [
              "object_id",
              "description",
              "object_type",
              "lang_code"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_ult_objects_sharing",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "share_object_id",
              "share_company_id",
              "share_object_type"
            ],
            "key_length": "159",
            "ref": [
              "zdrowy_db.cscart_profile_fields.field_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "0.14",
              "eval_cost": "0.05",
              "prefix_cost": "1.58",
              "data_read_per_join": "87"
            },
            "used_columns": [
              "share_company_id",
              "share_object_id",
              "share_object_type"
            ],
            "attached_condition": "(`zdrowy_db`.`cscart_ult_objects_sharing`.`share_object_id` = `zdrowy_db`.`cscart_profile_fields`.`field_id`)"
          }
        }
      ]
    }
  }
}

Result

field_id field_name profile_show profile_required checkout_show checkout_required partner_show partner_required storefront_show field_type profile_type position is_default section matching_id class wrapper_class autocomplete_type checkout_export_1c cml_export_to_1c cs_field_size shipping_ids description required
6 firstname Y Y Y N N N Y I U 10 Y C 0 first-name given-name Y Y l Имя Y
15 s_firstname Y N N N N N Y I U 10 Y S 14 shipping-first-name given-name Y Y l Имя N
19 s_address Y N N N N N Y I U 30 Y S 18 shipping-address litecheckout__field--xlarge shipping street-address Y Y l Адрес N
9 phone Y Y Y N N N Y P U 40 Y C 0 phone tel Y Y l Телефон Y
31 s_phone Y Y N N N N Y P U 90 Y S 30 shipping-phone tel Y Y l Телефон Y