SELECT 
  s.*, 
  cscart_common_descriptions.object as section 
FROM 
  cscart_sitemap_sections AS s 
  LEFT JOIN cscart_common_descriptions ON s.section_id = cscart_common_descriptions.object_id 
  AND cscart_common_descriptions.object_holder = "sitemap_sections" 
  AND cscart_common_descriptions.lang_code = 'en' 
WHERE 
  status = 'A' 
ORDER BY 
  s.position

Query time 0.00043

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "ordering_operation": {
      "using_filesort": false,
      "nested_loop": [
        {
          "table": {
            "table_name": "s",
            "access_type": "system",
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.10",
              "prefix_cost": "0.00",
              "data_read_per_join": "784"
            },
            "used_columns": [
              "section_id",
              "status",
              "section_type",
              "position",
              "company_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "const",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "107",
            "ref": [
              "const",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.10",
              "prefix_cost": "0.00",
              "data_read_per_join": "608"
            },
            "used_columns": [
              "object_id",
              "lang_code",
              "object",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

section_id status section_type position company_id section
2 A 1 10 0 My account