SELECT 
  cscart_pages.*, 
  cscart_page_descriptions.* 
FROM 
  cscart_pages 
  INNER JOIN cscart_page_descriptions ON cscart_pages.page_id = cscart_page_descriptions.page_id 
WHERE 
  cscart_pages.page_id = 20 
  AND cscart_page_descriptions.lang_code = 'ja' 
  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.page_type IN ('T', 'L', 'B', 'F')

Query time 0.00041

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_pages",
      "access_type": "const",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["page_id"],
      "ref": ["const"],
      "rows": 1,
      "filtered": 100
    },
    "table": {
      "table_name": "cscart_page_descriptions",
      "access_type": "const",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["page_id", "lang_code"],
      "ref": ["const", "const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

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 lang_code page description meta_keywords meta_description page_title link
20 0 0 20 A T 0 1208808000 0 0 N 0 0 ja お問い合わせ(本社) <h1 class="ty-main-title">お問い合わせ(本社)</h1> <div class="ty-column4"> <h4> 住所: </h4> <div> 東京都港区赤坂1-2-34 <br> CS第二ビル7F </div> <h4> 電話番号: </h4> <div> 01-2345-6789 </div> <div> </div> </div> <div class="ty-column4 ty-float-right ty-notice"> <div> <h5> オンラインサポートの営業時間: </h5> <p> 10:00 ~ 18:00 </p> <p> 平日のみ </p> </div> </div> <div class="ty-column1"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d25930.26832631003!2d139.72771233788347!3d35.67001978019693!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188b8e4e566d99%3A0x869efe640d228ab1!2z5pel5pys44CB44CSMTA3LTAwNTIg5p2x5Lqs6YO95riv5Yy66LWk5Z2C77yR5LiB55uu77yS!5e0!3m2!1sja!2sth!4v1512100399678" width="100%" height="400" frameborder="0" style="border:0" allowfullscreen=""> </iframe> </div> <div class="ty-column2"> <div> <h3> アクセス </h3> <p> 最寄りの駅から徒歩5分です。 </p> </div> </div>