QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.56..78.36 rows=16 width=49)
Recheck Cond: (id = ANY ('{2553,107,2699,3278,90,2182,2219,1661,3286,3281,3303,3343,15,518,3387,12}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.56 rows=16 width=0)
Index Cond: (id = ANY ('{2553,107,2699,3278,90,2182,2219,1661,3286,3281,3303,3343,15,518,3387,12}'::integer[]))