QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.56..78.36 rows=16 width=55)
Recheck Cond: (id = ANY ('{1661,2125,2128,3369,2747,2166,1301,2182,12,3286,3389,304,2136,2845,3366,2032}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.56 rows=16 width=0)
Index Cond: (id = ANY ('{1661,2125,2128,3369,2747,2166,1301,2182,12,3286,3389,304,2136,2845,3366,2032}'::integer[]))