SELECT 
  cscart_categories.category_id, 
  cscart_categories.parent_id, 
  cscart_categories.id_path, 
  cscart_category_descriptions.category, 
  cscart_categories.position, 
  cscart_categories.status, 
  cscart_seo_names.name as seo_name, 
  cscart_seo_names.path as seo_path, 
  cscart_categories.ab__lc_catalog_image_control 
FROM 
  cscart_categories 
  LEFT JOIN cscart_category_descriptions ON cscart_categories.category_id = cscart_category_descriptions.category_id 
  AND cscart_category_descriptions.lang_code = 'ru' 
  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 = 'ru' 
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 '1650/1653/%' 
ORDER BY 
  cscart_categories.is_trash asc, 
  cscart_categories.position asc, 
  cscart_category_descriptions.category asc

Query time 0.00064

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_categories.is_trash, cscart_categories.position, cscart_category_descriptions.category",
      "temporary_table": {
        "nested_loop": [
          {
            "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": 13,
              "filtered": 100,
              "index_condition": "cscart_categories.id_path like '1650/1653/%'",
              "attached_condition": "(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'"
            }
          },
          {
            "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": ["u2372248_stroyka.cscart_categories.category_id", "const"],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "trigcond(cscart_category_descriptions.lang_code = 'ru')"
            }
          },
          {
            "table": {
              "table_name": "cscart_seo_names",
              "access_type": "ref",
              "possible_keys": ["PRIMARY", "dispatch"],
              "key": "PRIMARY",
              "key_length": "206",
              "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
              "ref": [
                "u2372248_stroyka.cscart_categories.category_id",
                "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 = 'ru')"
            }
          }
        ]
      }
    }
  }
}

Result

category_id parent_id id_path category position status seo_name seo_path ab__lc_catalog_image_control
1656 1653 1650/1653/1656 Мебель для спальни 1 A mebel-dlya-spalni 1650/1653 none
1657 1656 1650/1653/1656/1657 Матрасы 2 A matrasy 1650/1653/1656 none
1658 1656 1650/1653/1656/1658 Комоды 3 A komody 1650/1653/1656 none
1659 1656 1650/1653/1656/1659 Кровати 4 A krovati 1650/1653/1656 none
1664 1653 1650/1653/1664 Столы и стулья 5 A stoly-i-stulya 1650/1653 none
1665 1653 1650/1653/1665 Ковры 6 A kovry 1650/1653 none
1666 1653 1650/1653/1666 Комоды 6 A komody 1650/1653 none
1667 1653 1650/1653/1667 Консоли 7 A konsoli 1650/1653 none
1668 1653 1650/1653/1668 Буфеты 8 A bufety 1650/1653 none
1660 1653 1650/1653/1660 Мягкая мебель 9 A myagkaya-mebel 1650/1653 none
1661 1660 1650/1653/1660/1661 Банкетки 10 A banketki 1650/1653/1660 none
1662 1660 1650/1653/1660/1662 Диваны 11 A divany 1650/1653/1660 none
1663 1660 1650/1653/1660/1663 Кресла 12 A kresla 1650/1653/1660 none