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 = 2 
  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.00850

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
2 0 0 2 A T 0 1208808000 0 0 N 0 0 en About our company Put your company description here. HTML tags can be used in this description.