QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.56..78.25 rows=16 width=502)
Recheck Cond: (id = ANY ('{3304,3056,3300,531,3326,4,3281,107,48,518,12,97,189,1301,3327,2182}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.56 rows=16 width=0)
Index Cond: (id = ANY ('{3304,3056,3300,531,3326,4,3281,107,48,518,12,97,189,1301,3327,2182}'::integer[]))