SELECT 
  cscart_pages.*, 
  cscart_page_descriptions.page 
FROM 
  cscart_pages 
  LEFT JOIN cscart_page_descriptions ON cscart_pages.page_id = cscart_page_descriptions.page_id 
  AND cscart_page_descriptions.lang_code = 'ja' 
WHERE 
  1 
  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)
  ) 
  AND (
    cscart_pages.use_avail_period = 'N' 
    OR (
      cscart_pages.use_avail_period = 'Y' 
      AND cscart_pages.avail_from_timestamp <= 1767178736 
      AND (
        cscart_pages.avail_till_timestamp >= 1767178736 
        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.00061

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": "ALL",
          "rows": 21,
          "filtered": 100,
          "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)) and (cscart_pages.use_avail_period = 'N' or cscart_pages.use_avail_period = 'Y' and cscart_pages.avail_from_timestamp <= 1767178736 and (cscart_pages.avail_till_timestamp >= 1767178736 or cscart_pages.avail_till_timestamp = 0))"
        },
        "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": ["smscrm_edev.cscart_pages.page_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_page_descriptions.lang_code = 'ja')"
        }
      }
    }
  }
}

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 page
15 0 0 15 A T 0 1453323600 0 0 N 0 0
24 0 0 24 A T 0 1485118800 0 0 N 0 0
25 1 0 25 A T 0 1485205200 0 0 N 0 0
27 0 0 27 A T 0 1485205200 0 0 N 0 0
4 0 0 4 A T 0 1208808000 0 0 N 0 0 30日間返金保証
30 0 0 30 A F 0 1208808000 0 0 N 0 0 お問い合わせ
20 0 0 20 A T 0 1208808000 0 0 N 0 0 お問い合わせ(本社)
19 0 0 19 A T 0 1208808000 0 0 N 0 0 ギフト券について
1 0 0 1 A T 0 1208808000 0 0 N 0 0 スタッフ紹介
3 0 0 3 A T 0 1208808000 0 0 N 0 0 プライバシーポリシー
23 0 0 23 A T 0 1208808000 0 0 N 0 0 ポイントについて
2 0 0 2 A T 0 1208808000 0 0 N 0 0 会社概要
6 0 0 6 A T 0 1208808000 0 0 N 0 0 最低価格保証
5 0 0 5 A T 0 1208808000 0 0 N 0 0 無料配送
21 0 0 21 A T 0 1208808000 0 0 N 0 0 返品について
22 0 0 22 A T 0 1208808000 0 0 N 0 0 配送とお支払いについて