QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=40.56..83.62 rows=16 width=49)
Recheck Cond: (id = ANY ('{2125,402,3408,2136,48,1181,20,12,3281,57,1492,2146,2589,189,3286,3417}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..40.56 rows=16 width=0)
Index Cond: (id = ANY ('{2125,402,3408,2136,48,1181,20,12,3281,57,1492,2146,2589,189,3286,3417}'::integer[]))