QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=35.42..71.25 rows=12 width=55)
Recheck Cond: (id = ANY ('{1661,3286,3389,2845,2553,2545,3372,3364,2117,3334,3327,2616}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..35.42 rows=12 width=0)
Index Cond: (id = ANY ('{1661,3286,3389,2845,2553,2545,3372,3364,2117,3334,3327,2616}'::integer[]))