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

Query time 0.00038

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.264484222,
    "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": 1784,
          "cost": 0.264484222,
          "filtered": 100,
          "attached_condition": "cscart_images_links.object_type = 'abt__ut2/menu-with-icon'",
          "using_index": true
        }
      }
    ]
  }
}

Result

object_id
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
236
237
238
239
240
241
242
243
244
245
246
247
248