SELECT 
  vi_pages.*, 
  vi_page_descriptions.page, 
  vi_seo_names.name as seo_name, 
  vi_seo_names.path as seo_path 
FROM 
  vi_pages 
  LEFT JOIN vi_page_descriptions ON vi_pages.page_id = vi_page_descriptions.page_id 
  AND vi_page_descriptions.lang_code = 'it' 
  LEFT JOIN vi_seo_names ON vi_seo_names.object_id = vi_pages.page_id 
  AND vi_seo_names.type = 'a' 
  AND vi_seo_names.dispatch = '' 
  AND vi_seo_names.lang_code = 'en' 
  INNER JOIN vi_ult_objects_sharing ON (
    vi_ult_objects_sharing.share_object_id = vi_pages.page_id 
    AND vi_ult_objects_sharing.share_company_id = 1 
    AND vi_ult_objects_sharing.share_object_type = 'pages'
  ) 
WHERE 
  1 
  AND vi_pages.status IN ('A') 
  AND vi_pages.page_type IN ('T', 'B', 'F') 
  AND (
    vi_pages.usergroup_ids = '' 
    OR FIND_IN_SET(0, vi_pages.usergroup_ids) 
    OR FIND_IN_SET(1, vi_pages.usergroup_ids)
  ) 
  AND (
    vi_pages.use_avail_period = 'N' 
    OR (
      vi_pages.use_avail_period = 'Y' 
      AND vi_pages.avail_from_timestamp <= 1776442246 
      AND (
        vi_pages.avail_till_timestamp >= 1776442246 
        OR vi_pages.avail_till_timestamp = 0
      )
    )
  ) 
ORDER BY 
  vi_pages.position asc, 
  vi_pages.parent_id asc, 
  vi_page_descriptions.page asc

Query time 0.00131

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "vi_pages.position, vi_pages.parent_id, vi_page_descriptions.`page`",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "vi_pages",
              "access_type": "ALL",
              "possible_keys": ["PRIMARY"],
              "rows": 30,
              "filtered": 100,
              "attached_condition": "vi_pages.`status` = 'A' and vi_pages.page_type in ('T','B','F') and (vi_pages.usergroup_ids = '' or find_in_set(0,vi_pages.usergroup_ids) or find_in_set(1,vi_pages.usergroup_ids)) and (vi_pages.use_avail_period = 'N' or vi_pages.use_avail_period = 'Y' and vi_pages.avail_from_timestamp <= 1776442246 and (vi_pages.avail_till_timestamp >= 1776442246 or vi_pages.avail_till_timestamp = 0))"
            }
          },
          {
            "table": {
              "table_name": "vi_page_descriptions",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "9",
              "used_key_parts": ["page_id", "lang_code"],
              "ref": ["devvipiriscom.vi_pages.page_id", "const"],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "trigcond(vi_page_descriptions.lang_code = 'it')"
            }
          },
          {
            "table": {
              "table_name": "vi_ult_objects_sharing",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "159",
              "used_key_parts": [
                "share_object_id",
                "share_company_id",
                "share_object_type"
              ],
              "ref": ["devvipiriscom.vi_pages.page_id", "const", "const"],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "vi_ult_objects_sharing.share_object_id = vi_pages.page_id and vi_ult_objects_sharing.share_object_type = 'pages'",
              "using_index": true
            }
          },
          {
            "table": {
              "table_name": "vi_seo_names",
              "access_type": "ref",
              "possible_keys": ["PRIMARY", "dispatch"],
              "key": "PRIMARY",
              "key_length": "206",
              "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
              "ref": ["devvipiriscom.vi_pages.page_id", "const", "const", "const"],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "trigcond(vi_seo_names.`type` = 'a' and vi_seo_names.dispatch = '' and vi_seo_names.lang_code = 'en')"
            }
          }
        ]
      }
    }
  }
}

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 page_code page seo_name seo_path
2 1 0 2 A T 0 1208761200 0 0 N 0 0 activity qwe About our company about-our-company
7 1 0 7 A B 0 1415336000 0 0 N 0 0 Blog blog
30 1 0 30 A F 0 1208808000 0 0 N 0 0 Contact us contact-us
20 1 0 20 A T 0 1208808000 0 0 N 0 0 Contacts contacts
4 1 0 4 A T 0 1208808000 0 0 N 0 0 Free returns free-returns
5 1 0 5 A T 0 1208808000 0 0 N 0 0 Free shipping free-shipping-en
6 1 0 6 A T 0 1208808000 0 0 N 0 0 Low price guarantee low-price-guarantee
23 1 0 23 A T 0 1208808000 0 0 N 0 0 Pay in rewards points and save money pay-in-rewards-points-and-save-money
22 1 0 22 A T 0 1208808000 0 0 N 0 0 Payment and shipping payment-and-shipping
21 1 0 21 A T 0 1208808000 0 0 N 0 0 Policy on returns and exchanges policy-on-returns-and-exchanges
3 1 0 3 A T 0 1208808000 0 0 N 0 0 Privacy policy privacy-policy
19 1 0 19 A T 0 1208808000 0 0 N 0 0 Why gift certificate is the best present nowadays why-gift-certificate-is-the-best-present-nowadays
1 1 2 2/1 A T 0 1208761200 0 0 N 0 0 activity Our team our-team 2
8 1 7 7/8 A B 0 1415316000 0 0 N 0 0 Check out CS-Cart Marketplace check-out-cs-cart-marketplace 7
52 1 48 50/48/52 A T 0 1775026800 0 0 N 0 0 activity bila tserkva2 Біла Церква2 bila-cerkva2 50/48
48 1 50 50/48 A T 0 1774940400 0 0 N 0 0 activity cities_new Міста mista 50
57 1 50 50/57 A T 0 1775418424 0 0 N 0 0 activity new city нові міста novi-mista 50
56 1 57 50/57/56 A T 0 1775418424 0 0 N 0 0 activity bila new city Біла Церква нові міста bila-cerkva-novi-mista 50/57
50 1 0 50 A T 5 1774940400 0 0 N 0 0 activity ukraine Україна ukraina
51 1 50 50/51 A T 5 1774984535 0 0 N 0 0 activity bila tserkva Біла Церква bila-cerkva 50
49 1 50 50/49 A T 5 1774940400 0 0 N 0 0 activity kyiv Київ kiiv 50
53 1 48 50/48/53 A T 15 1775026800 0 0 N 0 0 activity bila tserkva3 Біла Церква3 bila-cerkva3 50/48
41 1 7 7/41 A B 100 1773421943 0 0 N 0 0 activity For those who love sound quality we have awesome Pioneer speakers! (Демо) for-those-who-love-sound-quality-we-have-awesome-pioneer-speakers-demo 7
42 1 7 7/42 A B 200 1773421943 0 0 N 0 0 activity New arrivals of Nintendo Wii games! (Демо) new-arrivals-of-nintendo-wii-games-demo 7
43 1 7 7/43 A B 300 1773421943 0 0 N 0 0 activity Only in our store! Famous American WeatherMaster tents! (Демо) only-in-our-store-famous-american-weathermaster-tents-demo 7
44 1 7 7/44 A B 400 1773421943 0 0 N 0 0 activity We got the best tracks of legendary B.B.King (Демо) we-got-the-best-tracks-of-legendary-b-b-king-demo 7
45 1 7 7/45 A B 500 1773421943 0 0 N 0 0 activity Looking for a keypad Nokia phone and can't find one? We still have them! (Демо) looking-for-a-keypad-nokia-phone-and-cant-find-one-we-still-have-them-demo 7
46 1 7 7/46 A B 600 1773421943 0 0 N 0 0 activity Afraid of zombies? Preparing for apocalypse? (Демо) afraid-of-zombies-preparing-for-apocalypse-demo 7
47 1 7 7/47 A B 700 1773421943 0 0 N 0 0 activity True American classic! Drifter cruisers (Демо) true-american-classic-drifter-cruisers-demo 7