QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=41.13..88.69 rows=18 width=49)
Recheck Cond: (id = ANY ('{1661,2219,1188,3415,3344,12,3309,3286,1301,3281,57,2146,2589,1181,189,3408,2221,402}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..41.13 rows=18 width=0)
Index Cond: (id = ANY ('{1661,2219,1188,3415,3344,12,3309,3286,1301,3281,57,2146,2589,1181,189,3408,2221,402}'::integer[]))