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

Query time 0.00039

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "153.14"
    },
    "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": 1498,
      "rows_produced_per_join": 149,
      "filtered": "10.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "138.16",
        "eval_cost": "14.98",
        "prefix_cost": "153.14",
        "data_read_per_join": "14K"
      },
      "used_columns": [
        "object_id",
        "object_type"
      ],
      "attached_condition": "(`CS_Cart_Dev`.`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
230
232
233
234
287
288
289
290
291
292
293
294
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
323
324