SELECT 
  cscart_pages.*, 
  cscart_page_descriptions.page, 
  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 = 'uk' 
  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.status IN ('A') 
  AND cscart_pages.page_type IN ('T', 'F', 'B') 
  AND (
    cscart_pages.usergroup_ids = '' 
    OR FIND_IN_SET(0, cscart_pages.usergroup_ids) 
    OR FIND_IN_SET(1, cscart_pages.usergroup_ids)
  ) 
  AND (
    cscart_pages.use_avail_period = 'N' 
    OR (
      cscart_pages.use_avail_period = 'Y' 
      AND cscart_pages.avail_from_timestamp <= 1745593647 
      AND (
        cscart_pages.avail_till_timestamp >= 1745593647 
        OR cscart_pages.avail_till_timestamp = 0
      )
    )
  ) 
ORDER BY 
  cscart_pages.position asc, 
  cscart_pages.parent_id asc, 
  cscart_page_descriptions.page asc

Query time 0.00095

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_pages ALL PRIMARY 31 Using where; Using temporary; Using filesort
1 SIMPLE cscart_ult_objects_sharing eq_ref PRIMARY PRIMARY 159 cscart_dev_4_16.cscart_pages.page_id,const,const 1 Using where; Using index
1 SIMPLE cscart_page_descriptions eq_ref PRIMARY PRIMARY 9 cscart_dev_4_16.cscart_pages.page_id,const 1 Using where
1 SIMPLE cscart_seo_names ref PRIMARY,dispatch PRIMARY 206 cscart_dev_4_16.cscart_pages.page_id,const,const,const 1 Using where

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 facebook_obj_type page seo_name seo_path
2 1 0 2 A T 0 1208761200 0 0 N 0 0 activity About our company about-our-company
45 1 0 45 A B 0 1719990000 0 0 N 0 0 activity Blog blog
30 1 0 30 A F 0 1208808000 0 0 N 0 0 Contact us contact-us
20 1 0 20 A T 0 1208808000 0 0 N 0 0 Contacts contacts
4 1 0 4 A T 0 1208808000 0 0 N 0 0 Free Returns free-returns
5 1 0 5 A T 0 1208808000 0 0 N 0 0 Free Shipping free-shipping
6 1 0 6 A T 0 1208808000 0 0 N 0 0 Low Price Guarantee low-price-guarantee
1 1 0 1 A T 0 1208808000 0 0 N 0 0 Our team our-team
22 1 0 22 A T 0 1208808000 0 0 N 0 0 Payment and shipping payment-and-shipping
3 1 0 3 A T 0 1208808000 0 0 N 0 0 Privacy policy privacy-policy
21 1 0 21 A T 0 1208808000 0 0 N 0 0 Returns and Exchanges returns-and-exchanges
23 1 0 23 A T 0 1208808000 0 0 N 0 0 Reward points reward-points
19 1 0 19 A T 0 1208808000 0 0 N 0 0 Why Buy Gift Certificates why-buy-gift-certificates
46 1 45 45/46 A B 0 1719990000 0 0 N 0 0 activity Blog 1 blog-1 45
50 1 45 45/50 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-2 45
63 1 45 45/63 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-14 45
56 1 45 45/56 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-7 45
61 1 45 45/61 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-12 45
48 1 45 45/48 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone 45
62 1 45 45/62 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-13 45
55 1 45 45/55 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-6 45
60 1 45 45/60 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-11 45
49 1 45 45/49 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en 45
54 1 45 45/54 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-5 45
59 1 45 45/59 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-10 45
52 1 45 45/52 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-4 45
58 1 45 45/58 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-9 45
51 1 45 45/51 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-3 45
64 1 45 45/64 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-15 45
57 1 45 45/57 A B 0 1719990000 0 0 N 0 0 activity Blog 1 [CLONE] latest-trends-in-mens-fashion-for-summer-2024-clone-en-8 45