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 = 'en' 
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.00096

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.47"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_profile_fields",
            "access_type": "ref",
            "possible_keys": [
              "profile_show"
            ],
            "key": "profile_show",
            "used_key_parts": [
              "profile_show"
            ],
            "key_length": "4",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 44,
            "rows_produced_per_join": 3,
            "filtered": "9.09",
            "index_condition": "((`cscartdb`.`cscart_profile_fields`.`field_type` <> 'E') or (`cscartdb`.`cscart_profile_fields`.`field_type` = 'E'))",
            "cost_info": {
              "read_cost": "1.68",
              "eval_cost": "0.40",
              "prefix_cost": "6.08",
              "data_read_per_join": "4K"
            },
            "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"
            ],
            "attached_condition": "((`cscartdb`.`cscart_profile_fields`.`profile_type` = 'U') and ((`cscartdb`.`cscart_profile_fields`.`field_type` <> 'E') or ((`cscartdb`.`cscart_profile_fields`.`section` <> 'C') and (`cscartdb`.`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": [
              "cscartdb.cscart_profile_fields.field_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 3,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.00",
              "eval_cost": "0.40",
              "prefix_cost": "7.47",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "object_id",
              "description",
              "object_type",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

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 description required
14 b_firstname Y Y Y N N N Y I U 10 Y B 15 billing-first-name given-name First name Y
6 firstname Y Y Y Y N N Y I U 10 Y C 0 first-name given-name First name Y
15 s_firstname Y Y Y N N N Y I U 10 Y S 14 shipping-first-name given-name First name Y
7 lastname Y Y Y Y N N Y I U 20 Y C 0 last-name surname Last name Y
17 s_lastname Y Y Y N N N Y I U 20 Y S 16 shipping-last-name surname Last name Y
16 b_lastname Y Y Y N N N Y I U 20 Y B 17 billing-last-name surname Last name Y
19 s_address Y Y Y N N N Y I U 30 Y S 18 shipping-address litecheckout__field--xlarge shipping street-address Address Y
18 b_address Y Y Y N N N Y I U 30 Y B 19 billing-address litecheckout__field--xlarge street-address Address Y
60 username Y Y N N N N Y I U 35 N C 0 Username Y
21 s_address_2 Y N Y N N N Y I U 40 Y S 20 shipping-address-line2 shipping-address-line2__wrapper address-line2 Apartment / Suite # N
20 b_address_2 Y N N N N N Y I U 40 Y B 21 billing-address-line2 address-line2 APT/STE N
23 s_city Y Y Y Y N N Y I U 50 Y S 22 shipping-city city City Y
22 b_city Y Y Y N N N Y I U 50 Y B 23 billing-city city City Y
27 s_country Y Y Y Y N N Y O U 60 Y S 26 shipping-country country Country Y
26 b_country Y Y Y N N N Y O U 60 Y B 27 billing-country country Country Y
24 b_state Y Y Y N N N Y A U 70 Y B 25 billing-state state State/province Y
25 s_state Y Y Y Y N N Y A U 70 Y S 24 shipping-state state State/province Y
29 s_zipcode Y Y Y Y N N Y Z U 80 Y S 28 shipping-zip-code litecheckout__field--xsmall shipping postal-code Zip Code Y
28 b_zipcode Y Y Y N N N Y Z U 80 Y B 29 billing-zip-code litecheckout__field--xsmall postal-code Zip/postal code Y
31 s_phone Y N Y N N N Y P U 90 Y S 30 shipping-phone tel Phone N
30 b_phone Y Y Y N N N Y P U 90 Y B 31 billing-phone tel Phone Y