QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=35.99..73.56 rows=14 width=504)
Recheck Cond: (id = ANY ('{3415,3462,3311,3407,3389,982,2593,2173,2150,3457,20,25,3439,2182}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..35.99 rows=14 width=0)
Index Cond: (id = ANY ('{3415,3462,3311,3407,3389,982,2593,2173,2150,3457,20,25,3439,2182}'::integer[]))