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 = 'es' 
WHERE 
  cscart_pages.page_id = 10 
  AND cscart_page_descriptions.lang_code = 'es' 
  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.00036

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"
          ]
        }
      },
      {
        "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 lang_code page description meta_keywords meta_description page_title link seo_name seo_path
10 0 7 7/10 A B 0 1415736000 0 0 N 0 0 es PayPal <h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value="4">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href="https://developer.paypal.com" target="_blank">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul> paypal 7