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.00008

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_profile_fields.position",
            "table": {
              "table_name": "cscart_profile_fields",
              "access_type": "ALL",
              "possible_keys": ["profile_show"],
              "rows": 65,
              "filtered": 66.15384674,
              "attached_condition": "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')"
            }
          }
        }
      },
      {
        "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": [
            "ebonza_cscart_test.cscart_profile_fields.field_id",
            "const",
            "const"
          ],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_profile_field_descriptions.object_type = 'F' and cscart_profile_field_descriptions.lang_code = 'en')"
        }
      }
    ]
  }
}

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
99 001 Y N N N N N Y I U 0 N C 0 B2Bonza Invitation Code N
54 b_company Y Y Y N N N Y I U 10 N B 55 company Company Y
55 s_company Y Y N N N N Y I U 10 N S 54 company Company Y
6 firstname Y Y Y N N N Y I U 20 Y C 0 first-name given-name First name Y
15 s_firstname Y Y N N N N Y I U 20 Y S 14 shipping-first-name given-name First name Y
7 lastname Y Y Y N N N Y I U 30 Y C 0 last-name surname Last name Y
17 s_lastname Y Y N N N N Y I U 30 Y S 16 shipping-last-name surname Last name Y
61 s_company_registration_number Y Y N N N N Y I U 40 N S 60 company-registration-number Company registration number Y
60 b_company_registration_number Y Y Y N N N Y I U 40 N B 61 company-registration-number Company registration number Y
101 b_ebonza_is_vat_payer Y Y N N N N Y S U 45 N B 102 cm-ebonza-vat-toggl Are you a VAT payer? Y
102 s_ebonza_is_vat_payer Y Y N N N N Y S U 45 N S 101 cm-ebonza-vat-toggle Are you a VAT payer? Y
57 s_tax_number Y Y N N N N Y I U 50 N S 56 tax-number VAT ID Y
56 b_tax_number Y Y Y N N N Y I U 50 N B 57 tax-number VAT ID Y
9 phone Y Y Y N N N Y P U 50 Y C 0 phone tel Phone Y
18 b_address Y Y Y N N N Y I U 60 Y B 19 billing-address litecheckout__field--xlarge street-address Address Y
19 s_address Y Y Y Y N N Y I U 60 Y S 18 shipping-address litecheckout__field--xlarge shipping street-address Address Y
84 90 Y N N N N N Y S U 60 N C 0 What type of business do you operate? N
22 b_city Y Y Y N N N Y I U 80 Y B 23 billing-city city City Y
23 s_city Y Y Y Y N N Y I U 80 Y S 22 shipping-city city City Y
26 b_country Y Y Y N N N Y O U 90 Y B 27 billing-country country Country Y
27 s_country Y Y Y Y N N Y O U 90 Y S 26 shipping-country country Country Y
28 b_zipcode Y Y Y N N N Y Z U 110 Y B 29 billing-zip-code litecheckout__field--xsmall postal-code Zip/postal code Y
29 s_zipcode Y Y Y Y N N Y Z U 110 Y S 28 shipping-zip-code litecheckout__field--xsmall shipping postal-code Zip/postal code Y
97 b_retailer_terms_acceptance_v3 Y Y N N N N Y C U 180 N B 98 I agree to the Terms and Conditions for Retailers Y
98 s_retailer_terms_acceptance_v3 Y Y N N N N Y C U 180 N S 97 I agree to the Terms and Conditions for Retailers Y