QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=30.85..60.85 rows=10 width=59)
Recheck Cond: (id = ANY ('{3324,3309,2199,2178,2121,2091,1468,1257,1172,1146}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..30.85 rows=10 width=0)
Index Cond: (id = ANY ('{3324,3309,2199,2178,2121,2091,1468,1257,1172,1146}'::integer[]))