QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=40.56..83.62 rows=16 width=49)
Recheck Cond: (id = ANY ('{57,3286,3370,918,149,93,2136,12,518,2762,304,3389,2091,3376,3387,2125}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..40.56 rows=16 width=0)
Index Cond: (id = ANY ('{57,3286,3370,918,149,93,2136,12,518,2762,304,3389,2091,3376,3387,2125}'::integer[]))