SELECT 
  cscart_pages.*, 
  cscart_page_descriptions.*, 
  cscart_seo_names.name as seo_name, 
  cscart_seo_names.path as seo_path 
FROM 
  cscart_pages 
  INNER JOIN cscart_page_descriptions ON cscart_pages.page_id = cscart_page_descriptions.page_id 
  LEFT JOIN cscart_seo_names ON cscart_seo_names.object_id = cscart_pages.page_id 
  AND cscart_seo_names.type = 'a' 
  AND cscart_seo_names.dispatch = '' 
  AND cscart_seo_names.lang_code = 'en' 
WHERE 
  cscart_pages.page_id = 3 
  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', 'V')

Query time 0.00100

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.20"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_pages",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "page_id"
          ],
          "key_length": "3",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.20",
            "prefix_cost": "0.00",
            "data_read_per_join": "2K"
          },
          "used_columns": [
            "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",
            "abt__ut2_microdata_schema_type"
          ]
        }
      },
      {
        "table": {
          "table_name": "cscart_page_descriptions",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "page_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "const",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.20",
            "prefix_cost": "0.00",
            "data_read_per_join": "5K"
          },
          "used_columns": [
            "page_id",
            "lang_code",
            "page",
            "description",
            "meta_keywords",
            "meta_description",
            "page_title",
            "link",
            "ab__custom_page_h1",
            "page_sitemap"
          ]
        }
      },
      {
        "table": {
          "table_name": "cscart_seo_names",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "dispatch"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "object_id",
            "type",
            "dispatch",
            "lang_code"
          ],
          "key_length": "206",
          "ref": [
            "const",
            "const",
            "const",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.00",
            "eval_cost": "0.20",
            "prefix_cost": "1.20",
            "data_read_per_join": "1K"
          },
          "used_columns": [
            "name",
            "object_id",
            "type",
            "dispatch",
            "path",
            "lang_code"
          ]
        }
      }
    ]
  }
}

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 abt__ut2_microdata_schema_type lang_code page description meta_keywords meta_description page_title link ab__custom_page_h1 page_sitemap seo_name seo_path
3 0 0 3 A T 15 1208728800 0 0 N 0 0 activity en Privacy policy <style> h1{ font-size: 0; width: 1px; height: 1px; display: inline-block; overflow: hidden; position: absolute!important; border: 0!important; padding: 0!important; margin: 0!important; clip: rect(1px,1px,1px,1px); } </style> <div class="container"> <p><span style="color:#191919; font-size: 24px; font-weight: 700;"> Information about Privacy policy </span><br></p> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.25em;"><span class="bt_bb_headline_content" style="color: rgb(227, 108, 9);"> What information do we collect? </span></h3> <p style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> Any of the information we collect from you may be used in one of the following ways: </p><ul> <li style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> To personalize your experience (your information helps us to better respond to your individual needs) </li> <li style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> To improve our website (we continually strive to improve our website offerings based on the information and feedback we receive from you) </li> <li style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> To improve customer service (your information helps us to more effectively respond to your customer service requests and support needs) </li> <li style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> To process transactions <ul> <li style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested. </li></ul> </li> <li style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> To administer a contest, promotion, survey or other site feature </li> <li style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> To send periodic emails <ul> <li style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc. </li></ul></li></ul> Note: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email. <p></p> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.25em;"><span class="bt_bb_headline_content" style="color: rgb(227, 108, 9);"> How do we protect your information? </span></h3> <p style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information. We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized special access rights to such systems, and are required to keep the information confidential. </p> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.25em;"><span class="bt_bb_headline_content" style="color: rgb(227, 108, 9);"> Do we use cookies? </span></h3> <p style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information). We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements. </p> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.25em;"><span class="bt_bb_headline_content" style="color: rgb(227, 108, 9);"> Do we disclose any information to outside parties? </span></h3> <p style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses. </p> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.25em;"><span class="bt_bb_headline_content" style="color: rgb(227, 108, 9);"> Third party links </span></h3> <p style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites. </p> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.25em;"><span class="bt_bb_headline_content" style="color: rgb(227, 108, 9);"> Online Privacy Policy Only </span></h3> <p style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> This online privacy policy applies only to information collected through our website and not to information collected offline. </p> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.25em;"><span class="bt_bb_headline_content" style="color: rgb(227, 108, 9);"> Your Consent </span></h3> <p style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> By using our site, you consent to our privacy policy. </p> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.25em;"><span class="bt_bb_headline_content" style="color: rgb(227, 108, 9);"> Changes to our Privacy Policy </span></h3> <p style=" font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.25em;"> If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below. This policy was last modified on 01.12.2012 </p> </div> privacy-policy-en