SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    719, 718, 414, 721, 415, 720, 722, 756, 
    413, 276, 416
  ) 
  AND category_id != 264

Query time 0.00091

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "15.07"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "parent",
        "p_category_id"
      ],
      "key": "parent",
      "used_key_parts": [
        "parent_id",
        "category_id"
      ],
      "key_length": "6",
      "rows_examined_per_scan": 74,
      "rows_produced_per_join": 74,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "7.67",
        "eval_cost": "7.40",
        "prefix_cost": "15.07",
        "data_read_per_join": "193K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "((`aomnia_com`.`cscart_categories`.`parent_id` in (719,718,414,721,415,720,722,756,413,276,416)) and (`aomnia_com`.`cscart_categories`.`category_id` <> 264))"
    }
  }
}

Result

category_id parent_id
305 276
723 413
724 413
725 413
726 413
727 413
728 413
729 413
730 414
731 414
732 414
733 414
734 414
735 414
736 414
737 415
738 415
739 415
740 415
741 415
742 415
743 416
744 416
745 416
746 416
747 416
748 416
749 718
750 718
751 718
752 718
753 718
754 718
755 718
764 719
765 719
766 719
767 719
768 719
769 720
770 720
771 720
772 720
773 720
774 720
775 720
776 721
777 721
778 721
779 721
780 721
781 721
782 722
783 722
784 722
785 722
757 756
758 756
759 756
760 756
761 756
762 756
763 756