QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=35.42..71.25 rows=12 width=49)
Recheck Cond: (id = ANY ('{12,101,918,497,1121,2091,2182,518,2136,85,2125,2598}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..35.42 rows=12 width=0)
Index Cond: (id = ANY ('{12,101,918,497,1121,2091,2182,518,2136,85,2125,2598}'::integer[]))