QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=30.85..61.59 rows=10 width=505)
Recheck Cond: (id = ANY ('{3424,3286,3389,2845,2545,3372,3364,3344,3327,2616}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..30.85 rows=10 width=0)
Index Cond: (id = ANY ('{3424,3286,3389,2845,2545,3372,3364,3344,3327,2616}'::integer[]))