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 = 45 
  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.00158

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
45 0 0 45 D T 0 1592863200 0 0 N 0 0 activity BlogPosting en Our Services <style> @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&family=Roboto+Condensed:wght@300;400&family=Roboto:ital,wght@0,400;0,700;0,900;1,500&family=Sarabun:wght@400;700;800&display=swap'); a.button-action:hover { border-bottom: 4px solid rgb(221,121,4); transform: translateY(-5px); transition: 0.2s ease; box-shadow: 2px -2px 2px 0 rgba(24,24,24,.25) inset; } ::selection { background: #ff8a00; color: #fff; } 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); } h2,h3{ text-align: center; } /* .button { text-align: center; } */ /* .button { position: absolute; top: 50%; } */ */ .button-wrap { text-align: center; } hr.style-eight { overflow: visible; /* For IE */ padding: 0; border: none; border-top: medium double #ff8a00; color: #ff8a00; text-align: center; } hr.style-eight:after { content: "§"; display: inline-block; position: relative; top: -0.7em; font-size: 1.5em; padding: 0 0.25em; background: white; } </style> <div class="row-fluid " style=" width: 100%; padding: 60px 5px; background-image: url(https://webmarco.com/images/work-with-us.jpg?1593177709239); background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%), url(https://webmarco.com/images/work-with-us.jpg?1593177709239); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%), url(https://webmarco.com/images/work-with-us.jpg?1593177709239); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */ background-position: center; background-repeat: no-repeat; background-size: cover;"> <br> <div class="span2"></div> <div class="span6"> <h3 style="color: #fff;font-size: 1.125rem; font-family: Roboto Condensed, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 18px; margin-bottom: -18px;"> GIVE YOUR BUSINESS A BOOST </h3> <h2 style="color: #f8f8f8; font-size: 3.25rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em; text-shadow: 0 2px 5px rgba(0, 0, 0, .5); "><span style="color: rgb(255, 131, 0)">WHAT WE </span><br>Can Offer</h2><br> <p style="color: #fff; font-size: 1.125rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.5em; text-align: justify;"> Do you have a company, a Callcenter, or are you just a door-to-door agent? Are you looking for a partner to do your job better? Webmarco helps you search and reach your clients! <br> We are disposed to make you part of our company! You can work with us as a seller agent, door-to-door agent, or domestic agent. We're open to any collaboration. We offer different kinds of plans, for best administration of customers and employees. <br> Join us by letting us below your personal information, and we will contact you as soon as possible. <br> </p> <p><br></p> <br> <p><br></p> <p><br></p> </div> <p><br></p> <p><br></p> </div> <div> <div class="row" style="text-align: center;"> <br><br> <div class="span1"></div> <div class="span4"> <div> <h2><span style="color: #ff8a00; font-size: 1.9rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Google Campaigns </span></h2> </div> <br> <p style="color: #191919; font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.5em; text-align: justify;"> WebMarco uses the latest technological solutions to offer you maximum visibility in the search engines through SEO services and consultancy to reach the first position in Google. </p> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Google Ads <span style="color: #191919;font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Strategy </span></h3> <p style="color: #191919; font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.5em; text-align: justify;"> Pay-per-click marketing is a way of using search engine advertising to generate clicks to your website, rather than “earning” those clicks organically. The consistent combination of PPC management, optimization, and analytics is how we grow businesses&hellip; one click-at-a-time. To us, there’s nothing more satisfying than seeing our clients’ businesses grow! </p> </div> <div class="span1"></div> <div class="span4"> <div> <h2><span style="color: #ff8a00; font-size: 1.9rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Web Development </span></h2> <p></p> </div> <br> <p style="color: #191919; font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.5em; text-align: justify;"> Today, in the digital world, a great website is essential for every kind of business. No matter the size of your business! The website is the first interaction that your customers have with your business, and a great first impression is crucial. Of course, this first impression relates to web design, also if you drive an immense amount of traffic, your visitors should be impressed. </p> <h2><strong><span style="color: #191919; font-size: 16px;"></span></strong></h2> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Web <span style="color: #191919;font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Maintenance </span></h3> <p style="color: #191919; font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.5em; text-align: justify;"> Website maintenance is the process of observing the performance of your website. In order to ensure your website is in a healthy and relevant condition, we perform regular check-ups so that visitors have a great user experience. </p> </div> <div class="span1"></div> <div class="span4"> <div> <h2><span style="color: #ff8a00;font-size: 1.9rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Social Media&nbsp; </span></h2> <p></p></div> <br> <p style="color: #191919; font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.5em; text-align: justify;"> WebMarco understands that social media is not just an activity. For us, it is an investment of valuable time and resources. We aim to grow your online presence and make it as personalized as possible! </p> <h3 style="font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Online Reputation <span style="color: #191919;font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Management </span></h3> <p style="color: #191919; font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.5em; text-align: justify;"> Today is very important that clients talk about you online. After establishing your goals, we build an effective Social Media strategy that makes your customers interact with you by leaving a comment, post a Facebook or Instagram update about you, leave a review, etc. <br> The opinion of your audience is the key to have a successful and profitable business! </p> </div> <div class="span1"></div> </div> <div class="row" style="text-align: center;"> <div class="span1"></div> <div class="span4"> <div class="button-wrap"> <br><br> <button onclick="location.href='https://webmarco.com/index.php?dispatch=pages.view&page_id=46'" class="button" style="text-decoration: none; padding: 12px 30px; background-color: rgb(255,138,0); color: #fff; text-transform: uppercase; font-size: 20px; font-weight: 700; border: none; border-bottom: 1px solid rgb(221,121,4); border-radius: 5px; vertical-align:middle; transition: 0.2s ease;"> See More </button> </div> </div> <div class="span1"></div> <div class="span4"> <div class="button-wrap"> <br><br> <button onclick="location.href='https://webmarco.com/index.php?dispatch=pages.view&page_id=47'" class="button" style="text-decoration: none; padding: 12px 30px; background-color: rgb(255,138,0); color: #fff; text-transform: uppercase; font-size: 20px; font-weight: 700; border: none; border-bottom: 1px solid rgb(221,121,4); border-radius: 5px; vertical-align:middle; transition: 0.2s ease;"> See More </button> </div> </div> <div class="span1"></div> <div class="span4"> <div class="button-wrap"> <br><br> <button onclick="location.href='https://webmarco.com/index.php?dispatch=pages.view&page_id=48'" class="button" style="text-decoration: none; padding: 12px 30px; background-color: rgb(255,138,0); color: #fff; text-transform: uppercase; font-size: 20px; font-weight: 700; border: none; border-bottom: 1px solid rgb(221,121,4); border-radius: 5px; vertical-align:middle; transition: 0.2s ease;"> See More </button> </div> </div> <div class="span1"></div> </div> <br> <br> <br> <!-- <div class="container"> <div class="row"> <div class="span2"> <img src="https://webmarco.com/images/photo/1.png?1593174674513"> </div> <div class="span2"> <img src="https://webmarco.com/images/photo/3.png?1593174809746"> </div> <div class="span2"> <img src="https://webmarco.com/images/photo/5.png?1593174782604"> </div> <div class="span2"> <img src="https://webmarco.com/images/photo/4.png?1593176379390"> </div> <div class="span2"> <img src="https://webmarco.com/images/photo/8.png?1593176302564"> </div> <div class="span2"> <img src="https://webmarco.com/images/photo/6.png?1593176396342"> </div> <div class="span2"> <img src="https://webmarco.com/images/photo/9.png?1593176322213"> </div> <div class="span2"> <img src="https://webmarco.com/images/photo/7.png?1593176411128"> </div> </div> </div> --> <br> <br> <hr class="style-eight"> <br> <br> <br> <br> <div class="row" style="text-align: center;"> <div class="span2"></div> <div class="span5"> <div> <h2><span style="color: #ff8a00;font-size: 1.9rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Lead Generation Marketing </span></h2> </div> <br> <p style="color: #191919; font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.5em; text-align: justify;"> Every business today in the online world should have a well-built lead generation strategy to increases sales! WebMarco is your partner that helps you create a customized plan, which will increase your sales number. We identify the best channels that your brand should use in order to use them in the most powerful way possible. </p> </div> <div class="span2"></div> <div class="span5"> <div> <h2><span style="color: #ff8a00;font-size: 1.9rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Marco </span><span style="color: #ff8a00;font-size: 1.725rem; font-family: Sarabun, Arial, Helvetica , sans-serif; font-weight: 700; line-height: 1.5em;"> Crm </span></h2> </div> <br> <p style="color: #191919; font-size: 1rem; font-family: Roboto, Arial, Helvetica , sans-serif; font-weight: 400; line-height: 1.5em; text-align: justify;"> Running a business, small or big, is a difficult task! You have to manage your staff, potential and current customers. Establishing relationships require hard work, but maintaining this client relationship is even more complex. You have to keep track of his details, analyze his attitude, and keep constant communication even when he is not an active buyer. To keep all this information in a piece of book or notebook is almost impossible. You might achieve it for a client, but what about the rest? </p> </div> </div> <div class="row" style="text-align: center;"> <div class="span2"></div> <div class="span5"> <div class="button-wrap"> <br><br> <button onclick="location.href='https://webmarco.com/index.php?dispatch=pages.view&page_id=51'" class="button" style="text-decoration: none; padding: 12px 30px; background-color: rgb(255,138,0); color: #fff; text-transform: uppercase; font-size: 20px; font-weight: 700; border: none; border-bottom: 1px solid rgb(221,121,4); border-radius: 5px; vertical-align:middle; transition: 0.2s ease;"> See More </button> </div> </div> <div class="span2"></div> <div class="span5"> <div class="button-wrap"> <br><br> <button onclick="location.href='https://webmarco.com/index.php?dispatch=pages.view&page_id=50'" class="button" style="text-decoration: none; padding: 12px 30px; background-color: rgb(255,138,0); color: #fff; text-transform: uppercase; font-size: 20px; font-weight: 700; border: none; border-bottom: 1px solid rgb(221,121,4); border-radius: 5px; vertical-align:middle; transition: 0.2s ease;"> See More </button> </div> </div> </div> </div> Services our-services