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

Query time 0.00038

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE b const PRIMARY,p_category_id PRIMARY 3 const 1
1 SIMPLE a ALL 214 Using where

Result

category_id
749
721
691
705
655
591
734
605
611
616
620
644
722
750
692
706
656
592
735
606
612
617
621
645
723
751
693
707
657
593
736
607
613
618
622
646
724
752
694
708
647
658
594
737
608
614
619
623
725
753
648
695
709
659
595
738
609
615
624
726
739
754
649
696
710
660
596
610
625
727
740
755
650
697
711
661
597
626
728
741
756
651
698
712
662
627
729
742
757
652
699
713
663
628
730
743
758
653
700
714
664
629
731
744
759
654
701
715
555
665
630
732
745
760
702
716
556
666
631
746
761
703
717
557
667
632
604
747
762
668
704
718
558
633
763
748
669
719
559
634
764
670
720
560
635
765
671
561
636
766
672
562
637
767
673
563
638
768
674
564
639
769
675
640
770
676
641
771
677
642
772
678
643
773
679
774
680
775
681
776
682
777
683
778
684
779
685
780
686
781
687
782
688
783
689
784
690
785