SELECT 
  cscart_pages.*, 
  cscart_page_descriptions.* 
FROM 
  cscart_pages 
  INNER JOIN cscart_page_descriptions ON cscart_pages.page_id = cscart_page_descriptions.page_id 
  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 
  cscart_pages.page_id = 19 
  AND cscart_page_descriptions.lang_code = 'en' 
  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.00066

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
    },
    "table": {
      "table_name": "cscart_ult_objects_sharing",
      "access_type": "const",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "159",
      "used_key_parts": [
        "share_object_id",
        "share_company_id",
        "share_object_type"
      ],
      "ref": ["const", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "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 facebook_obj_type lang_code page description meta_keywords meta_description page_title link
19 1 0 19 A T 0 1208808000 0 0 N 0 0 en Why Buy Gift Certificates <h1 class="ty-main-title">Why Gift Certificate Is The Best Present Nowadays </h1> <div class="ty-list-container clearfix"> <div class="ty-column4"> <div class="ty-gift-certificate__item"> <div class="ty-list-image" style="margin-bottom: 15px;"> <img src="images/companies/1/pages/gift1.jpg"> </div> <div class="ty-list-text big" style="padding-top: 0;"> How often do find yourself wondering what present you should buy for someone? <br> Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less? </div> </div> </div> <div class="ty-column4"> <div class="ty-gift-certificate__item"> <div class="ty-list-image" style="margin-bottom: 15px;"> <img src="images/companies/1/pages/gift2.jpg"> </div> <div class="ty-list-text big" style="padding-top: 0;"> There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else. </div> </div> </div> <div class="ty-column4"> <div class="ty-gift-certificate__item"> <div class="ty-list-image" style="margin-bottom: 15px;"> <img src="images/companies/1/pages/gift3.jpg"> </div> <div class="ty-list-text big" style="padding-top: 0;"> Not only does a present show care, but it also reminds about the person who gave it. </div> </div> </div> <div class="ty-column4"> <div class="ty-gift-certificate__item"> <div class="ty-list-image" style="margin-bottom: 15px;"> <img src="images/companies/1/pages/gift4.jpg"> </div> <div class="ty-list-text big" style="padding-top: 0;"> Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care! </div> </div> </div> </div> <div style="margin-bottom: 40px;" class="ty-buttons-container ty-main-buttons ty-center"> <a href="index.php?dispatch=gift_certificates.add" class="ty-btn__primary ty-btn__big ty-btn">Buy a gift certificate</a> </div>