QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.42..85.64 rows=19 width=67)
Recheck Cond: (id = ANY ('{304,3286,2699,399,107,2219,2553,3387,2182,12,25,5,2762,2136,3281,2526,518,1301,31}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.41 rows=19 width=0)
Index Cond: (id = ANY ('{304,3286,2699,399,107,2219,2553,3387,2182,12,25,5,2762,2136,3281,2526,518,1301,31}'::integer[]))