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 = 'tr' 
  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 = 'tr' 
WHERE 
  1 
  AND cscart_pages.status IN ('A') 
  AND cscart_pages.company_id IN (0, 3, 4) 
  AND cscart_pages.page_type IN ('T', 'B', 'F') 
  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 <= 1741893669 
      AND (
        cscart_pages.avail_till_timestamp >= 1741893669 
        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.00094

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_pages ALL 20 Using where; Using temporary; Using filesort
1 SIMPLE cscart_page_descriptions eq_ref PRIMARY PRIMARY 9 hobilifedt.cscart_pages.page_id,const 1 Using where
1 SIMPLE cscart_seo_names ref PRIMARY,dispatch PRIMARY 206 hobilifedt.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 0 0 2 A T 0 1208808000 0 0 N 0 0 About our company about-our-company
27 0 0 27 A T 0 1485205200 0 0 N 0 0 Become our vendor with no transaction fee become-our-vendor-with-no-transaction-fee
7 0 0 7 A B 0 1415336000 0 0 N 0 0 Blog blog
30 0 0 30 A F 0 1208808000 0 0 N 0 0 Contact us contact-us
20 0 0 20 A T 0 1208808000 0 0 N 0 0 Contacts contacts
4 0 0 4 A T 0 1208808000 0 0 N 0 0 Free Returns free-returns
5 0 0 5 A T 0 1208808000 0 0 N 0 0 Free Shipping free-shipping
6 0 0 6 A T 0 1208808000 0 0 N 0 0 Low Price Guarantee low-price-guarantee
22 0 0 22 A T 0 1208725200 0 0 N 0 0 activity Ă–deme ve nakliye oedeme-ve-nakliye
1 0 0 1 A T 0 1208808000 0 0 N 0 0 Our team our-team
3 0 0 3 A T 0 1208808000 0 0 N 0 0 Privacy policy privacy-policy
21 0 0 21 A T 0 1208808000 0 0 N 0 0 Returns and Exchanges returns-and-exchanges
23 0 0 23 A T 0 1208808000 0 0 N 0 0 Reward points reward-points
15 0 0 15 A T 0 1453323600 0 0 N 0 0 Vendor Terms & Conditions vendor-terms-and-conditions
24 0 0 24 A T 0 1485118800 0 0 N 0 0 Welcome to Multi-Vendor demo marketplace! welcome-to-multi-vendor-demo-marketplace
19 0 0 19 A T 0 1208808000 0 0 N 0 0 Why Buy Gift Certificates why-buy-gift-certificates
8 0 7 7/8 A B 0 1415311200 0 0 N 0 0 activity Check out CS-Cart Marketplace check-out-cs-cart-marketplace 7
10 0 7 7/10 A B 0 1415736000 0 0 N 0 0 How to Distribute Money between Vendors how-to-distribute-money-between-vendors 7
9 0 7 7/9 A B 0 1415526000 0 0 N 0 0 Why You Need a Subscription Model for Your Vendors why-you-need-a-subscription-model-for-your-vendors 7