QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.28..75.76 rows=15 width=63)
Recheck Cond: (id = ANY ('{3337,2815,2330,1121,3323,149,129,579,2202,248,2492,520,2130,1276,89}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{3337,2815,2330,1121,3323,149,129,579,2202,248,2492,520,2130,1276,89}'::integer[]))