QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=39.13..95.53 rows=25 width=49)
Recheck Cond: (id = ANY ('{3462,93,2130,2125,2128,3432,3389,982,2150,3009,2593,399,146,1661,3377,3435,1956,2762,149,3278,48,3286,3457,20,2182}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..39.12 rows=25 width=0)
Index Cond: (id = ANY ('{3462,93,2130,2125,2128,3432,3389,982,2150,3009,2593,399,146,1661,3377,3435,1956,2762,149,3278,48,3286,3457,20,2182}'::integer[]))