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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.40"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "1.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "s",
            "access_type": "ALL",
            "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": "1.20",
              "data_read_per_join": "784"
            },
            "used_columns": [
              "section_id",
              "status",
              "section_type",
              "position",
              "company_id"
            ],
            "attached_condition": "(`webmarco`.`s`.`status` = 'A')"
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "webmarco.s.section_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": "2.40",
              "data_read_per_join": "608"
            },
            "used_columns": [
              "object_id",
              "lang_code",
              "object",
              "object_holder"
            ],
            "attached_condition": "<if>(is_not_null_compl(cscart_common_descriptions), (`webmarco`.`s`.`section_id` = `webmarco`.`cscart_common_descriptions`.`object_id`), true)"
          }
        }
      ]
    }
  }
}

Result

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