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

Query time 0.00053

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.39317068,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "index",
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "loops": 1,
          "rows": 2536,
          "cost": 0.39317068,
          "filtered": 100,
          "attached_condition": "cscart_images_links.object_type = 'abt__ut2/menu-with-icon'",
          "using_index": true
        }
      }
    ]
  }
}

Result

object_id
0
236
237
238
239
240
241
242
243
244
245
246
247
248
249
255
256
257
258
259
260
261
262
263
264
265
266
267
268
274
275
276
277
278
279
280
281
282
283
284
285
286
287
293
294
295
296
297
298
299
300
301
302
303
304
305
306
364
365
366
367
368
369
370
371
372
373
374
375
376
377
383
384
385
386
387
388
389
390
391
392
393
394
395
396
402
403
404
405
406
407
408
409
410
411
412
413
414
415
421
422
423
424
425
426
427
428
429
430
431
432
433
434
440
441
442
443
444
445
446
447
448
449
450
451
452
453
459
460
461
462
463
464
465
466
467
468
469
470
471
472
484
485
486
487
488
489
490
491
492
494