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

Query time 0.00040

JSON explain

{
  "query_block": {
    "select_id": 1,
    "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"],
          "rows": 1048,
          "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