SELECT 
  tmall_pages.*, 
  tmall_page_descriptions.* 
FROM 
  tmall_pages 
  INNER JOIN tmall_page_descriptions ON tmall_pages.page_id = tmall_page_descriptions.page_id 
WHERE 
  tmall_pages.page_id = 20 
  AND tmall_page_descriptions.lang_code = 'en' 
  AND (
    tmall_pages.usergroup_ids = '' 
    OR FIND_IN_SET(0, tmall_pages.usergroup_ids) 
    OR FIND_IN_SET(1, tmall_pages.usergroup_ids)
  ) 
  AND tmall_pages.page_type IN ('T', 'L')

Query time 0.00820

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_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": "tmall_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 abt__ut2_microdata_schema_type lang_code page description meta_keywords meta_description page_title link page_sitemap ab__emd_alternative_name
20 0 0 20 A T 0 1208808000 0 0 N 0 0 en Contacts <div class="ty-column4"> <h4> Address: </h4> <div> 3993 Hanover Street, <br> New York, NY 10016 </div> <h4> Email: </h4> <div> <a href="mailto:sales@example.com">sales@example.com</a> </div> <h4> Phone number: </h4> <div> +19177227425 </div> <div> (call is free) </div> </div> <div class="ty-column4 ty-float-right ty-notice"> <div> <h5> Working hours of the online store consultants: </h5> <p> 10 am — 6 pm </p> <p> Monday to Friday </p> </div> </div> <div class="ty-column1"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077" width="100%" height="400" frameborder="0" style="border:0" allowfullscreen=""> </iframe> </div> <div class="ty-column2"> <div> <h3> How to Reach Us </h3> <p> We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign. </p> </div> </div>