SELECT 
  object_id 
FROM 
  cscart_images_links 
WHERE 
  object_type = 'abt__ut2/menu-with-icon'

Query time 0.00815

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2662.63"
    },
    "table": {
      "table_name": "cscart_images_links",
      "access_type": "index",
      "possible_keys": [
        "object_id"
      ],
      "key": "object_id",
      "used_key_parts": [
        "object_id",
        "object_type",
        "type"
      ],
      "key_length": "81",
      "rows_examined_per_scan": 26128,
      "rows_produced_per_join": 2612,
      "filtered": "10.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "2401.35",
        "eval_cost": "261.28",
        "prefix_cost": "2662.63",
        "data_read_per_join": "244K"
      },
      "used_columns": [
        "object_id",
        "object_type"
      ],
      "attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`cscart_images_links`.`object_type` = 'abt__ut2/menu-with-icon')"
    }
  }
}

Result

object_id
0
197
198
199
200
201
202
203
204
205
206
207
208
209
210
216
217
218
219
220
221
222
223
224
225
226
227
228
229
339
341
343
345
452
453
454
455
460
461
462
463
464
465
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
486
487
489
490
491
492
493
494
495
496
497
498
499
500
501
504
506
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
544
545
546
547
548
550
551
552
553
554
555
556
557
558
559
560
561
562
568
569
570
572
573
574
575
576
577
578
579
580
581
582
583
585
586
587
588
589
590
591
592
593
595
596
598
599
600
601
602
603
604
605
606
607
608
609
610