QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.13..83.55 rows=18 width=67)
Recheck Cond: (id = ANY ('{12,2128,2146,3450,189,2173,2762,85,3392,107,982,2150,3457,20,3281,93,287,3437}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.13 rows=18 width=0)
Index Cond: (id = ANY ('{12,2128,2146,3450,189,2173,2762,85,3392,107,982,2150,3457,20,3281,93,287,3437}'::integer[]))