SELECT 
  a.category_id 
FROM 
  cscart_categories as a 
  LEFT JOIN cscart_categories as b ON b.category_id IN (5577) 
WHERE 
  a.id_path LIKE CONCAT(b.id_path, '/%')

Query time 0.00226

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1494.60"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "b",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY",
            "p_category_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "category_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": "5K"
          },
          "used_columns": [
            "category_id",
            "id_path"
          ]
        }
      },
      {
        "table": {
          "table_name": "a",
          "access_type": "index",
          "key": "id_path",
          "used_key_parts": [
            "id_path"
          ],
          "key_length": "767",
          "rows_examined_per_scan": 6988,
          "rows_produced_per_join": 776,
          "filtered": "11.11",
          "using_index": true,
          "cost_info": {
            "read_cost": "97.00",
            "eval_cost": "155.27",
            "prefix_cost": "1494.60",
            "data_read_per_join": "4M"
          },
          "used_columns": [
            "category_id",
            "id_path"
          ],
          "attached_condition": "(`webmarco`.`a`.`id_path` like <cache>(concat('5372/5495/5577','/%')))"
        }
      }
    ]
  }
}

Result

category_id
5584
5599
5608
5619
5623
5632
5640
5649
5655
5662
5669
5675
5686
5694
5706
5712
5719
5726
5734
5743
5752
5763
5771
5778
5796
5809
5817
5828
5840
5851
5863
5871
5878
5891
5904
5917
5925
5933
6113
6141
6153
6104
6123
6142
6173
6215
6235
6271
6278
6289
6302
6380
6396
6407
6421
6437
6450
6461
6469
6479
6492
6509
6515
6520
6537
6548
6558
6569
6585
6606
6624
6645
6672
6687
6702
6721
6736
6750
6771
6793
6811
6822
6839
6853
6866
6874
6888
6949
6969
6993
7010
7046
7065
7084
7101
7121
7147
8949
8950
8951
8952
8784
8790
8791
8793
8794
8795
8796
8801
8806
8824
8826
8827
8828
8829
8830
8797
8799
8802
8804
8807
8808
8809
8811
8813
8798
8800
8803
8805
8810
8812
8814
8815
8816
8819
8821
8817
8818
8820
8822
8823
8825
8831
8832
8833
8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8953
8954
8955
8956
8945
8946
8947
8948