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

Query time 0.00046

JSON explain

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

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
235
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256