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

Query time 0.00110

JSON explain

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

Result

object_id
191
192
193
194
195
196
197
198
199
200
201
202
203
204
210
211
212
213
214
215
216
218
219
220
221
222
223
290
292
300
301
302
303
304
305
306
308
309
310