SELECT 
  cscart_store_locations.*, 
  cscart_store_location_descriptions.*, 
  cscart_country_descriptions.country as country_title 
FROM 
  cscart_store_locations 
  LEFT JOIN cscart_country_descriptions ON cscart_store_locations.country = cscart_country_descriptions.code 
  AND cscart_country_descriptions.lang_code = 'ru' 
  LEFT JOIN cscart_store_location_descriptions ON cscart_store_locations.store_location_id = cscart_store_location_descriptions.store_location_id 
  AND cscart_store_location_descriptions.lang_code = 'ru' 
WHERE 
  1 = 1 
  AND 1 = 1 
  AND cscart_store_locations.status = 'A' 
  AND cscart_store_locations.store_location_id IN (
    67, 57, 56, 58, 60, 62, 63, 64, 65, 66, 68, 
    71, 76, 77, 81, 147, 149
  ) 
  AND cscart_store_locations.company_id <> 0 
  AND store_type <> 'W' 
GROUP BY 
  cscart_store_locations.store_location_id 
ORDER BY 
  cscart_store_locations.position asc, 
  cscart_store_location_descriptions.name asc

Query time 0.00148

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_store_locations.position, cscart_store_location_descriptions.`name`",
      "temporary_table": {
        "table": {
          "table_name": "cscart_store_locations",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY", "status"],
          "rows": 49,
          "filtered": 34.694,
          "attached_condition": "cscart_store_locations.`status` = 'A' and cscart_store_locations.store_location_id in (67,57,56,58,60,62,63,64,65,66,68,71,76,77,81,147,149) and cscart_store_locations.company_id <> 0 and cscart_store_locations.store_type <> 'W'"
        },
        "table": {
          "table_name": "cscart_country_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "12",
          "used_key_parts": ["code", "lang_code"],
          "ref": ["admin_test.cscart_store_locations.country", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_country_descriptions.lang_code = 'ru')"
        },
        "table": {
          "table_name": "cscart_store_location_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["store_location_id", "lang_code"],
          "ref": ["admin_test.cscart_store_locations.store_location_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_store_location_descriptions.lang_code = 'ru')"
        }
      }
    }
  }
}

Result

store_location_id company_id position country state latitude longitude localization status main_destination_id pickup_destinations_ids store_type shipping_destinations_ids lang_code name description city pickup_address pickup_phone pickup_time country_title
57 9 11 RU STA 45.061019 41.923242 A 118 118,9,115 S 118,115,116,117,102 ru г. Ставрополь, ул. Кулакова, д. 27/2 Ставрополь г. Ставрополь, ул. Кулакова, д. 27/2 9.00 - 20.00 Россия
149 9 12 RU STA 45.044814 41.96973 A 118 118,116,117,102,115 S 118,116,117,102,115 ru г. Ставрополь, ул. Дзержинского 133 Ставрополь г. Ставрополь, ул. Дзержинского 133 Россия
56 9 20 RU STA 44.036134 43.071518 A 118 118,9,115 S 118,115,116,117,102 ru г. Пятигорск, проспект Кирова, 45а Пятигорск г. Пятигорск, проспект Кирова, 45а 9.00 - 21.00 Россия
58 9 30 RU STA 44.047422 42.888231 A 118 118,9,115 S 118,115,116,117,102 ru г. Ессентуки, ул. Октябрьская, д. 409 Ессентуки г. Ессентуки, ул. Октябрьская, д. 409 9.00 - 21.00 Россия
60 9 50 RU STA 44.040904 42.860338 A 118 118,9,115 S 118,115,116,117,102 ru г. Ессентуки, ул. Интернациональная, д. 44 Ессентуки г. Ессентуки, ул. Интернациональная, д. 44 9.00 - 20.00 Россия
62 9 60 RU STA 44.038201 42.859979 A 118 118,9,115 S 118,115,116,117,102 ru г. Ессентуки, ул. Гагарина, д. 32 Ессентуки г. Ессентуки, ул. Гагарина, д. 32 8.00 - 18.00 Россия
63 9 80 RU STA 44.043729 42.859799 A 118 118,9,115 S 118,115,116,117,102 ru г. Ессентуки, ул. Интернациональная, д. 3 Ессентуки г. Ессентуки, ул. Интернациональная, д. 3 9.00 - 20.00 Россия
147 9 85 RU STA 44.03824 42.845668 A 118 118,9,115 S 116,118,117,102,115 ru г. Ессентуки, ул. Кисловодская, д. 89 Ессентуки г. Ессентуки, ул. Кисловодская, д. 89 9.00 - 20.00 Россия
64 9 90 RU STA 43.90909 42.710301 A 118 118,9,115 S 118,115,116,117,102 ru г. Кисловодск, ул. Горького, д. 26 Кисловодск г. Кисловодск, ул. Горького, д. 26 9.00 - 19.00 Россия
65 9 100 RU STA 44.177414 42.670659 A 118 118,9,115 S 115,118,116,117,102 ru ст. Суворовская, ул. Шоссейная, д. 25 Суворовская ст. Суворовская, ул. Шоссейная, д. 25 9.00 - 20.00 Россия
66 9 110 RU STA 44.192314 42.648928 A 118 118,9,115 S 118,115,116,102,117 ru ст. Суворовская, ул. Левчишина, д. 23 Суворовская ст. Суворовская, ул. Левчишина, д. 23 9.00 - 20.00 Россия
67 9 120 RU STA 44.405232 43.883762 A 118 118,9,115 S 118,115,116,117,102 ru г. Зеленокумск, пл. Ленина, д. 6 Зеленокумск г. Зеленокумск, пл. Ленина, д. 6 9.00 - 19.00 Россия
68 9 130 RU STA 45.371411 41.708635 A 118 118,9,115 S 118,115,116,117,102 ru г. Изобильный, пер. Ленина, д. 14/3 Изобильный г. Изобильный, пер. Ленина, д. 14/3 8.00 - 18.00 Россия
71 9 140 RU STA 44.685761 41.82556 A 118 118,9,115 S 118,115,116,117,102 ru с. Кочубеевское, ул. Братская, д. 98 с. Кочубеевское, ул. Братская, д. 98 9.00 - 20.00 Россия
76 9 150 RU STA 44.221734 43.351168 A 118 118,9,115 S 118,115,116,117,102 ru ст. Александрийская, пер. Комсомольский, д. 16А Александрийская ст. Александрийская, пер. Комсомольский, д. 16А 9.00 - 19.00 Россия
77 9 160 RU STA 44.711204 42.999065 A 118 118,9,115 S 118,115,116,117,102 ru с. Александровское, ул. Карла Маркса, д. 84 с. Александровское, ул. Карла Маркса, д. 84 8.00 - 19.00 Россия
81 9 170 RU STA 45.712662 42.913554 A 118 118,9,115 S 118,115,116,117,102 ru г. Ипатово, ул. Гагарина, д, 102Б Ипатово г. Ипатово, ул. Гагарина, д, 102Б 8.00 - 19.00 Россия