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 = 'S' 
  AND cscart_profile_fields.profile_show = 'Y' 
ORDER BY 
  cscart_profile_fields.position

Query time 0.00171

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.71"
    },
    "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": 34,
            "rows_produced_per_join": 3,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "1.12",
              "eval_cost": "0.34",
              "prefix_cost": "4.53",
              "data_read_per_join": "3K"
            },
            "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": "(`s2cart`.`cscart_profile_fields`.`profile_type` = 'S')"
          }
        },
        {
          "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": [
              "s2cart.cscart_profile_fields.field_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 3,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.85",
              "eval_cost": "0.34",
              "prefix_cost": "5.72",
              "data_read_per_join": "2K"
            },
            "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
36 company Y Y N N N N Y I S 10 Y C 0 company organization Company Y
52 GSTN Y Y N N N N N I S 11 N C 0 GST Number Y
54 tax_number Y N N N N N N I S 14 Y C 0 tax_number Tax number N
50 plan_id Y N N N N N Y V S 15 Y C 0 plan-id Plan N
37 admin_firstname Y Y N N N N N I S 20 N C 0 first-name given-name First name Y
38 admin_lastname Y Y N N N N N I S 30 N C 0 last-name surname Last name Y
39 email Y Y N N N N Y E S 40 Y C 0 email email E-mail Y
40 company_description Y Y N N N N Y T S 50 Y C 0 company-description Description Y
41 address Y Y N N N N Y I S 60 Y C 0 shipping-address street-address Address Y
42 city Y Y N N N N Y I S 80 Y C 0 shipping-city city City Y
43 country Y Y N N N N Y O S 90 Y C 0 shipping-country country Country Y
44 state Y Y N N N N Y A S 100 Y C 0 shipping-state state State/Province Y
45 zipcode Y Y N N N N Y Z S 110 Y C 0 shipping-zip-code postal-code Zip/postal code Y
46 phone Y Y N N N N Y P S 120 Y C 0 shipping-phone phone-full Phone Y
49 accept_terms Y Y N N N N Y B S 150 Y C 0 cm-agreement checkbox I accept the Terms and Conditions Y