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

Query time 0.00056

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "361.43"
    },
    "table": {
      "table_name": "cscart_images_links",
      "access_type": "index",
      "key": "object_id",
      "used_key_parts": [
        "object_id",
        "object_type",
        "type"
      ],
      "key_length": "81",
      "rows_examined_per_scan": 1740,
      "rows_produced_per_join": 174,
      "filtered": "10.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "326.64",
        "eval_cost": "34.80",
        "prefix_cost": "361.44",
        "data_read_per_join": "16K"
      },
      "used_columns": [
        "object_id",
        "object_type"
      ],
      "attached_condition": "(`cscart`.`cscart_images_links`.`object_type` = 'abt__ut2/menu-with-icon')"
    }
  }
}