SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    1193, 1197, 1198, 1278, 1279, 1283, 1310, 
    1309, 1311, 1312, 1313, 1314, 1325, 
    1326, 1327, 1328, 1334, 1388, 1403, 
    1415, 1416, 1417, 1441, 1446, 1447, 
    1448, 1449, 1450, 1454, 1455, 1459, 
    1479, 1492, 1493, 1498, 1501
  ) 
  AND category_id != 414

Query time 0.00097

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "87.76"
    },
    "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": 175,
      "rows_produced_per_join": 175,
      "filtered": "100.00",
      "index_condition": "(`s2cart`.`cscart_categories`.`parent_id` in (1193,1197,1198,1278,1279,1283,1310,1309,1311,1312,1313,1314,1325,1326,1327,1328,1334,1388,1403,1415,1416,1417,1441,1446,1447,1448,1449,1450,1454,1455,1459,1479,1492,1493,1498,1501))",
      "cost_info": {
        "read_cost": "70.26",
        "eval_cost": "17.50",
        "prefix_cost": "87.76",
        "data_read_per_join": "619K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`s2cart`.`cscart_categories`.`category_id` <> 414)"
    }
  }
}

Result

category_id parent_id
1194 1193
1195 1193
1196 1193
1199 1198
1201 1198
1202 1198
1203 1198
1204 1198
1208 1198
1212 1198
1213 1198
1214 1198
1222 1198
1223 1198
1244 1198
1245 1198
1246 1198
1247 1198
1248 1198
1249 1198
1250 1198
1251 1198
1252 1198
1253 1198
1254 1198
1255 1198
1256 1198
1257 1198
1258 1198
1259 1198
1260 1198
1261 1198
1262 1198
1264 1198
1265 1198
1277 1198
1280 1279
1281 1279
1282 1279
1284 1283
1285 1283
1286 1283
1287 1283
1288 1283
1289 1283
1291 1283
1292 1283
1293 1283
1298 1283
1299 1283
1315 1314
1316 1314
1317 1314
1318 1314
1319 1314
1320 1314
1321 1314
1322 1314
1323 1314
1324 1314
1389 1388
1390 1388
1391 1388
1392 1388
1393 1388
1394 1388
1395 1388
1396 1388
1397 1388
1398 1388
1399 1388
1400 1388
1401 1388
1404 1403
1405 1403
1406 1403
1407 1403
1408 1403
1409 1403
1410 1403
1411 1403
1412 1403
1413 1403
1414 1403
1418 1417
1419 1417
1420 1417
1421 1417
1422 1417
1423 1417
1424 1417
1425 1417
1426 1417
1427 1417
1428 1417
1429 1417
1430 1417
1431 1417
1432 1417
1433 1417
1434 1417
1435 1417
1436 1417
1437 1417
1438 1417
1439 1417
1440 1417
1442 1441
1443 1441
1444 1441
1445 1441
1451 1450
1452 1450
1453 1450
1456 1455
1457 1455
1458 1455
1460 1459
1461 1459
1462 1459
1465 1459
1466 1459
1470 1459
1471 1459
1472 1459
1473 1459
1475 1459
1480 1479
1481 1479
1482 1479
1483 1479
1484 1479
1485 1479
1486 1479
1487 1479
1488 1479
1489 1479
1490 1479
1491 1479
1494 1493
1495 1493
1496 1493
1497 1493
1502 1501
1503 1501
1504 1501
1505 1501
1506 1501
1507 1501
1508 1501
1509 1501
1510 1501
1511 1501
1512 1501
1513 1501
1514 1501
1515 1501
1516 1501
1517 1501
1518 1501