QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.13..83.18 rows=18 width=49)
Recheck Cond: (id = ANY ('{107,1661,2125,2128,3369,2747,2166,93,2130,3389,2182,1301,12,3286,2136,3366,304,3384}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.13 rows=18 width=0)
Index Cond: (id = ANY ('{107,1661,2125,2128,3369,2747,2166,93,2130,3389,2182,1301,12,3286,2136,3366,304,3384}'::integer[]))