SELECT 
  cscart_categories.category_id, 
  cscart_categories.parent_id, 
  cscart_categories.id_path, 
  cscart_category_descriptions.category, 
  cscart_categories.position, 
  cscart_categories.status, 
  cscart_categories.company_id, 
  cscart_categories.storefront_id, 
  cscart_categories.company_id, 
  cscart_seo_names.name as seo_name, 
  cscart_seo_names.path as seo_path 
FROM 
  cscart_categories 
  LEFT JOIN cscart_category_descriptions ON cscart_categories.category_id = cscart_category_descriptions.category_id 
  AND cscart_category_descriptions.lang_code = 'en' 
  LEFT JOIN cscart_seo_names ON cscart_seo_names.object_id = cscart_categories.category_id 
  AND cscart_seo_names.type = 'c' 
  AND cscart_seo_names.dispatch = '' 
  AND cscart_seo_names.lang_code = 'en' 
  AND cscart_seo_names.company_id = cscart_categories.company_id 
WHERE 
  1 = 1 
  AND (
    cscart_categories.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, cscart_categories.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, cscart_categories.usergroup_ids
    )
  ) 
  AND cscart_categories.status IN ('A') 
  AND cscart_categories.id_path LIKE '1501/%' 
  AND cscart_categories.storefront_id IN (0, 1) 
  AND cscart_categories.company_id = 1 
ORDER BY 
  cscart_categories.is_trash asc, 
  cscart_categories.position asc, 
  cscart_category_descriptions.category asc

Query time 0.00176

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_categories.is_trash, cscart_categories.position, cscart_category_descriptions.category",
      "temporary_table": {
        "table": {
          "table_name": "cscart_categories",
          "access_type": "range",
          "possible_keys": ["c_status", "id_path"],
          "key": "id_path",
          "key_length": "767",
          "used_key_parts": ["id_path"],
          "rows": 40,
          "filtered": 100,
          "index_condition": "cscart_categories.id_path like '1501/%'",
          "attached_condition": "cscart_categories.company_id = 1 and (cscart_categories.usergroup_ids = '' or find_in_set(0,cscart_categories.usergroup_ids) or find_in_set(1,cscart_categories.usergroup_ids)) and cscart_categories.`status` = 'A' and cscart_categories.storefront_id in (0,1)"
        },
        "table": {
          "table_name": "cscart_category_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["category_id", "lang_code"],
          "ref": ["devposcentralcom_devnew.cscart_categories.category_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_category_descriptions.lang_code = 'en')"
        },
        "table": {
          "table_name": "cscart_seo_names",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "PRIMARY",
          "key_length": "210",
          "used_key_parts": [
            "object_id",
            "type",
            "dispatch",
            "lang_code",
            "company_id"
          ],
          "ref": [
            "devposcentralcom_devnew.cscart_categories.category_id",
            "const",
            "const",
            "const",
            "const"
          ],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_seo_names.`type` = 'c' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en')"
        }
      }
    }
  }
}

Result

category_id parent_id id_path category position status company_id storefront_id seo_name seo_path
257 167 1501/167/257 Label Printer Specials * 0 A 1 1 label-printer-specials 1501/167
251 168 1501/168/251 Receipt Printers Specials * 0 A 1 1 receipt-printers-specials 1501/168
214 167 1501/167/214 Direct Thermal Label Printers 10 A 1 1 direct-thermal-label-printers 1501/167
1242 1241 1501/1241/1242 ID Card Printers 10 A 1 1 id-card-printers 1501/1241
1780 1779 1501/1779/1780 OKI Printers 10 A 1 1 oki-printers 1501/1779
209 168 1501/168/209 Thermal Receipt Printers 10 A 1 1 thermal-receipt-printers 1501/168
1243 1241 1501/1241/1243 Card Printer Ribbons 20 A 1 1 card-printer-ribbons 1501/1241
210 168 1501/168/210 Impact / Dot Matrix Receipt Printers 20 A 1 1 impact-dot-matrix-receipt-printers 1501/168
1782 1779 1501/1779/1782 Kyocera Printers 20 A 1 1 kyocera-printers 1501/1779
215 167 1501/167/215 Thermal Transfer Label Printers 20 A 1 1 thermal-transfer-label-printers 1501/167
216 167 1501/167/216 Industrial Label Printers 30 A 1 1 industrial-label-printers 1501/167
211 168 1501/168/211 Mobile/Wireless Receipt Printers 30 A 1 1 mobile-receipt-printers 1501/168
1244 1241 1501/1241/1244 Plastic Cards 30 A 1 1 plastic-cards 1501/1241
168 1501 1501/168 Receipt Printers 30 A 1 1 pos-receipt-printers 1501
1245 1241 1501/1241/1245 Accesories 40 A 1 1 accesories 1501/1241
167 1501 1501/167 Label Printers 40 A 1 1 label-printers 1501
1241 1501 1501/1241 Card Printers 50 A 1 1 card-printers 1501
1779 1501 1501/1779 Laser Printers 60 A 1 1 laser-printers 1501
256 167 1501/167/256 Mobile/Wireless Label Printers 60 A 1 1 mobile-label-printers 1501/167
201 1501 1501/201 Multifunction Inkjet Printer 70 A 1 1 multifunction-inkjet-printer 1501
262 168 1501/168/262 Other Receipt Printers 70 A 1 1 other-receipt-printers 1501/168
259 167 1501/167/259 High End Label Printers 80 A 1 1 high-end-label-printers 1501/167
278 168 1501/168/278 Kiosk Printers 80 A 1 1 kiosk-printers 1501/168
268 168 1501/168/268 Discontinued Products 90 A 1 1 discontinued-products 1501/168
260 167 1501/167/260 Plastic Card/Identity Card Printers 90 A 1 1 card-printers 1501/167
267 167 1501/167/267 Discontinued Products 100 A 1 1 discontinued-products 1501/167
433 167 1501/167/433 Color Label Printers 110 A 1 1 color-label-printers 1501/167
1781 1779 1501/1779/1781 HP Printers 1091 A 1 1 hp-printers 1501/1779
1783 1779 1501/1779/1783 Accessories 1101 A 1 1 accessories 1501/1779