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 '1342/%' 
  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.00182

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 '1342/%'",
          "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
1358 1 1342 1342/1358 A L 0 1627963200 0 1 N 0 0 0 0 en Blog https://blog.barnlightelectric.com/ blog 1342
1651 1 1342 1342/1651 A T 0 1758513600 0 0 N 0 0 0 0 en Finish Gallery [finish-gallery] Finish Gallery Finish Gallery finish-gallery-commercial 1342
1345 1 1342 1342/1345 A L 0 1627963200 0 0 N 0 0 0 0 en Photo Gallery /photo-gallery/ photo-gallery 1342
1348 1 1342 1342/1348 A L 0 1627963200 0 0 N 0 0 0 0 en Spec By Shade /shop-by-shade shop-by-shade 1342