SELECT 
  cscart_profile_fields.*, 
  cscart_profile_field_descriptions.description 
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.field_id IN (
    '14', '16', '30', '18', '28', '22', '24', 
    '26'
  ) 
ORDER BY 
  cscart_profile_fields.position

Query time 0.00069

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.80"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "1.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_profile_fields",
            "access_type": "ALL",
            "possible_keys": [
              "PRIMARY"
            ],
            "rows_examined_per_scan": 39,
            "rows_produced_per_join": 1,
            "filtered": "2.56",
            "cost_info": {
              "read_cost": "10.40",
              "eval_cost": "0.20",
              "prefix_cost": "10.60",
              "data_read_per_join": "1K"
            },
            "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": "((`satishecarter_march_003`.`cscart_profile_fields`.`profile_type` = 'U') and (`satishecarter_march_003`.`cscart_profile_fields`.`field_id` in ('14','16','30','18','28','22','24','26')))"
          }
        },
        {
          "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": [
              "satishecarter_march_003.cscart_profile_fields.field_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.00",
              "eval_cost": "0.20",
              "prefix_cost": "11.80",
              "data_read_per_join": "784"
            },
            "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
14 b_firstname N N Y N N N Y I U 10 Y B 15 billing-first-name given-name First name
16 b_lastname N N Y N N N Y I U 20 Y B 17 billing-last-name surname Last name
18 b_address N N Y N N N Y I U 30 Y B 19 billing-address litecheckout__field--xlarge street-address Address
22 b_city N N Y N N N Y I U 50 Y B 23 billing-city city City
26 b_country N N Y N N N Y O U 60 Y B 27 billing-country country Country
24 b_state N N Y N N N Y A U 70 Y B 25 billing-state state State/province
28 b_zipcode N N Y N N N Y Z U 80 Y B 29 billing-zip-code litecheckout__field--xsmall postal-code Zip/postal code
30 b_phone N N Y N N N Y P U 90 Y B 31 billing-phone tel Phone