SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    1070, 1081, 1082, 1089, 1090, 1093, 1094, 
    1095, 1096, 1097, 1098, 1101, 1114, 
    1115, 1117, 1118, 1130, 1131, 1132, 
    1133, 1140, 1141, 1142
  ) 
  AND category_id != 414

Query time 0.00055

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "33.66"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "parent",
        "p_category_id"
      ],
      "key": "parent",
      "used_key_parts": [
        "parent_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 62,
      "rows_produced_per_join": 62,
      "filtered": "100.00",
      "index_condition": "(`s2cart`.`cscart_categories`.`parent_id` in (1070,1081,1082,1089,1090,1093,1094,1095,1096,1097,1098,1101,1114,1115,1117,1118,1130,1131,1132,1133,1140,1141,1142))",
      "cost_info": {
        "read_cost": "27.46",
        "eval_cost": "6.20",
        "prefix_cost": "33.66",
        "data_read_per_join": "219K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`s2cart`.`cscart_categories`.`category_id` <> 414)"
    }
  }
}

Result

category_id parent_id
1071 1070
1072 1070
1073 1070
1074 1070
1075 1070
1076 1070
1077 1070
1078 1070
1079 1070
1080 1070
1083 1082
1084 1082
1085 1082
1086 1082
1087 1082
1088 1082
1091 1090
1092 1090
1099 1098
1100 1098
1102 1101
1103 1101
1104 1101
1105 1101
1106 1101
1107 1101
1108 1101
1109 1101
1110 1101
1111 1101
1112 1101
1113 1101
1116 1115
1119 1118
1120 1118
1121 1118
1122 1118
1123 1118
1124 1118
1125 1118
1126 1118
1127 1118
1128 1118
1129 1118
1134 1133
1135 1133
1136 1133
1137 1133
1138 1133
1139 1133