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 = 'de' 
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.00039

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.063294705,
    "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"],
              "loops": 1,
              "rows": 53,
              "cost": 0.0194938,
              "filtered": 52.83018875,
              "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": [
            "u428615623_ecartifygonje.cscart_profile_fields.field_id",
            "const",
            "const"
          ],
          "loops": 28,
          "rows": 1,
          "cost": 0.02586352,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_profile_field_descriptions.object_type = 'F' and cscart_profile_field_descriptions.lang_code = 'de')"
        }
      }
    ]
  }
}

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
57 postal_code_contact_2 Y Y N N N N Y I U 1 N C 0 Postal code Y
6 firstname Y Y Y Y N N Y I U 10 Y C 0 first-name given-name Vorname Y
15 s_firstname Y Y N N N N Y I U 10 Y S 14 shipping-first-name given-name Vorname Y
17 s_lastname Y Y N N N N Y I U 12 Y S 16 shipping-last-name surname Nachname Y
73 ec_lat Y Y Y Y N N Y L U 15 Y S 0 ec-lat hidden Latitude Y
74 ec_lng Y Y Y Y N N Y L U 15 Y S 0 ec-lng hidden Longitude Y
7 lastname Y N Y Y N N Y I U 20 Y C 0 last-name surname Nachnamen N
19 s_address Y Y Y Y N N Y I U 30 Y S 18 shipping-address litecheckout__field--xlarge shipping street-address Adresse Y
9 phone Y Y Y Y N N Y P U 40 Y C 0 phone tel Telefon Y
21 s_address_2 Y N Y N N N Y I U 40 Y S 20 shipping-address-line2 address-line2 Adresse N
23 s_city Y N Y Y N N Y I U 50 Y S 22 shipping-city city Stadt N
27 s_country Y Y Y Y N N Y O U 60 Y S 26 shipping-country country Land Y
25 s_state Y Y Y Y N N Y A U 70 Y S 24 shipping-state state Bundesland/Kanton Y
35 s_address_type Y Y N N N N Y N U 100 Y S 34 shipping-address-type Adresstyp Y