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

Query time 0.00014

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": 263,
      "filtered": 100,
      "attached_condition": "cscart_images_links.object_type = 'abt__ut2/menu-with-icon'",
      "using_index": true
    }
  }
}

Result

object_id
0
204
205
206
207
208
209
210
211
212
213
214
215
216
217
223
224
225
226
227
228
229
230
231
232
233
234
235
236
249
252