QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=31.42..66.35 rows=12 width=59)
Recheck Cond: (id = ANY ('{12,402,18,530,24,2600,2182,189,2736,3332,141,3333}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..31.42 rows=12 width=0)
Index Cond: (id = ANY ('{12,402,18,530,24,2600,2182,189,2736,3332,141,3333}'::integer[]))