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 = 'ru' 
WHERE 
  cscart_pages.page_id = 21 
  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.00106

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": "3K"
          },
          "used_columns": [
            "page_id",
            "lang_code",
            "page",
            "description",
            "meta_keywords",
            "meta_description",
            "page_title",
            "link"
          ]
        }
      },
      {
        "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 seo_name seo_path
21 0 0 21 A T 0 1717629875 0 0 N 0 0 en Exchange and return <h1 class="ty-main-title">Exchange and return</h1> <div class="ty-list-container ty-decimal"> <div class="ty-column5"> <div class="ty-refund__item"> <div class="ty-list-image"> <img src="images/companies/1/pages/refund_b1.jpg"> </div> <div class="ty-list-text big"> <span class="ty-list-item">1</span>Carefully pack the goods in the original wrapper as a complete set (goods sold as sets should be returned in sets). </div> </div> </div> <div class="ty-column5"> <div class="ty-refund__item"> <div class="ty-list-image"> <img src="images/companies/1/pages/refund_b2.jpg"> </div> <div class="ty-list-text big"> <span class="ty-list-item">2</span>Fill in an application for return attached to the order. </div> </div> </div> <div class="ty-column5"> <div class="ty-refund__item"> <div class="ty-list-image"> <img src="images/companies/1/pages/refund_b3.jpg"> </div> <div class="ty-list-text big"> <span class="ty-list-item">3</span>Attach a copy of the cashier's receipt, define the method of refund (postal order or transfer to the bank account). </div> </div> </div> <div class="ty-column5"> <div class="ty-refund__item"> <div class="ty-list-image"> <img src="images/companies/1/pages/refund_b4.jpg"> </div> <div class="ty-list-text big"> <span class="ty-list-item">4</span>Post the parcel to the address:<br> 170000, LLC Demo Store, Moscow. </div> </div> </div> <div class="ty-column5"> <div class="ty-refund__item"> <div class="ty-list-image"> <img src="images/companies/1/pages/refund_b5.jpg"> </div> <div class="ty-list-text big"> <span class="ty-list-item">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href="mailto:sales@demostore.ru">sales@demostore.ru</a>. </div> </div> </div> </div> <h2 class="ty-main-title">Reasons for goods return and exchange</h2> <div class="ty-list-container"> <div class="ty-column4"> <div class="ty-list-image"> <img src="images/companies/1/pages/refund_2week.jpg"> </div> </div> <div class="ty-column2"> <div class="ty-list-text big"> Customer has a right to return the Goods (The Goods can be returned in case it was not used, its consumer properties, factory labels and its ready sale appearance are reserved) without defining the reason during <span class="ty-red">14 (fourteen) calendar days</span> from the moment of the actual Goods delivery from the Seller or people, representing the Seller. <br> <br> No.55 Decree of the the Government of the Russian Federation of 19th January 1998 approved “The list of non-food goods of proper quality not to be returned or exchanged for the analogous Goods of different size, shape, style”. <br> <br> This list points that Goods of proper quality, that possess individual properties, can not be returned if such Goods can be used only by the consumer who buys it. <br> <br> To return the goods, you have to submit the document proving the fact and conditions of its purchase, and fill in the application for the goods return. <br> <br> </div> </div> <div class="ty-column3-1"> </div> <div class="ty-column4"> <div class="ty-list-image"> <img src="images/companies/1/pages/refund_defact.jpg"> </div> </div> <div class="ty-column2"> <div class="ty-list-text big"> The Goods return in case of the discovery of defects, related to the failure to meet the conditions of the Order, happened at the Seller’ fault: <br> <br> In case the Goods was given to you with partial non-observance or violation of the Order terms at the Seller’s fault, concerning the assortment, completeness, amount of Goods, you are entitled to inform the Seller (not later than <span class="ty-red">seven calendar days</span> after the Goods is received) about the violations and demand to rectify them. <br> <br> You also have the right to refuse to take goods and ask for money refund. In this case the goods must be returned to the Seller with the preservation of the original sale appearance, consumer properties, seals, factory labels. <br> <br> To return the goods, you have to submit the document proving the fact and conditions of its purchase, and fill in the application for the goods return. <br> <br> </div> </div> </div> <div class="ty-about-container ty-flag-left ty-list-container"> <div class="ty-notice clearfix"> <div class="ty-about-banner ty-column7"> <img src="images/companies/1/pages/about_flag.png"> </div> <div class="ty-about-description ty-column2 ty-list-text big"> <p> You can see the full version of the Law on the consumers rights and receive professional advice at the following link: </p> <p> <a href="http://ozpp.ru/laws/zpp.php" class="ty-blue">http://ozpp.ru/laws/zpp.php</a> </p> </div> </div> </div> vozvrat