QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.70..86.26 rows=20 width=504)
Recheck Cond: (id = ANY ('{3415,3407,2593,2173,2150,25,3439,1126,3403,3402,3398,3284,20,2130,3424,3331,3411,3406,3405,2762}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.70 rows=20 width=0)
Index Cond: (id = ANY ('{3415,3407,2593,2173,2150,25,3439,1126,3403,3402,3398,3284,20,2130,3424,3331,3411,3406,3405,2762}'::integer[]))