SELECT 
  cscart_pages.*, 
  cscart_page_descriptions.*, 
  cscart_seo_names.name as seo_name, 
  cscart_seo_names.path as seo_path 
FROM 
  cscart_pages 
  LEFT JOIN cscart_page_descriptions ON cscart_pages.page_id = cscart_page_descriptions.page_id 
  AND cscart_page_descriptions.lang_code = 'en' 
  LEFT JOIN cscart_seo_names ON cscart_seo_names.object_id = cscart_pages.page_id 
  AND cscart_seo_names.type = 'a' 
  AND cscart_seo_names.dispatch = '' 
  AND cscart_seo_names.lang_code = 'en' 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = cscart_pages.page_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'pages'
  ) 
WHERE 
  1 
  AND cscart_pages.id_path LIKE '1343/%' 
  AND cscart_pages.status IN ('A') 
  AND cscart_pages.page_type IN ('T', 'L', 'F') 
  AND (
    cscart_pages.usergroup_ids = '' 
    OR FIND_IN_SET(0, cscart_pages.usergroup_ids) 
    OR FIND_IN_SET(1, cscart_pages.usergroup_ids) 
    OR FIND_IN_SET(62, cscart_pages.usergroup_ids)
  ) 
  AND (
    use_avail_period = 'N' 
    OR (
      use_avail_period = 'Y' 
      AND avail_from_timestamp <= 1781297875 
      AND avail_till_timestamp >= 1781297875
    )
  ) 
ORDER BY 
  cscart_pages.position asc, 
  cscart_pages.parent_id asc, 
  cscart_page_descriptions.page asc

Query time 0.00131

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_pages.position, cscart_pages.parent_id, cscart_page_descriptions.`page`",
      "temporary_table": {
        "table": {
          "table_name": "cscart_pages",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "id_path"],
          "key": "id_path",
          "key_length": "767",
          "used_key_parts": ["id_path"],
          "rows": 6,
          "filtered": 100,
          "index_condition": "cscart_pages.id_path like '1343/%'",
          "attached_condition": "cscart_pages.`status` = 'A' and cscart_pages.page_type in ('T','L','F') and (cscart_pages.usergroup_ids = '' or find_in_set(0,cscart_pages.usergroup_ids) or find_in_set(1,cscart_pages.usergroup_ids) or find_in_set(62,cscart_pages.usergroup_ids)) and (cscart_pages.use_avail_period = 'N' or cscart_pages.use_avail_period = 'Y' and cscart_pages.avail_from_timestamp <= 1781297875 and cscart_pages.avail_till_timestamp >= 1781297875)"
        },
        "table": {
          "table_name": "cscart_page_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["page_id", "lang_code"],
          "ref": ["cscart_migrate.cscart_pages.page_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_page_descriptions.lang_code = 'en')"
        },
        "table": {
          "table_name": "cscart_seo_names",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "PRIMARY",
          "key_length": "206",
          "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
          "ref": ["cscart_migrate.cscart_pages.page_id", "const", "const", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_seo_names.`type` = 'a' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en')"
        },
        "table": {
          "table_name": "cscart_ult_objects_sharing",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "159",
          "used_key_parts": [
            "share_object_id",
            "share_company_id",
            "share_object_type"
          ],
          "ref": ["cscart_migrate.cscart_pages.page_id", "const", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "cscart_ult_objects_sharing.share_object_id = cscart_pages.page_id and cscart_ult_objects_sharing.share_object_type = 'pages'",
          "using_index": true
        }
      }
    }
  }
}

Result

page_id company_id parent_id id_path status page_type position timestamp usergroup_ids localization new_window use_avail_period avail_from_timestamp avail_till_timestamp extra_css extra_js layout_id commercial_hidden lang_code page description meta_keywords meta_description page_title link seo_name seo_path
1355 1 1343 1343/1355 A L 0 1627963200 0 0 N 0 0 0 0 en Buy American Act /buy-american-act/ buy-american-act 1343
1359 1 1343 1343/1359 A L 0 1627963200 0 0 N 0 0 0 0 en Educational Courses /trade/sales-tools#courses educational-courses 1343
1351 1 1343 1343/1351 A L 0 1627963200 0 0 N 0 0 0 0 en Sales Rep Map /trade/find-sales-rep sales-rep-map 1343
1354 1 1343 1343/1354 A L 0 1627963200 0 0 N 0 0 0 0 en Samples & Literature /accessories/samples-and-literature/ samples-and-resources 1343
1350 1 1343 1343/1350 A L 0 1627963200 0 0 N 0 0 0 0 en Spec Registration Form /trade/spec-registration spec-registration-form 1343
1360 1 1343 1343/1360 A L 0 1627963200 0 0 N 0 0 0 0 en Tools & Resources /trade/sales-tools/ tools-and-resources 1343