QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=12.86..23.24 rows=3 width=67)
Recheck Cond: (id = ANY ('{3286,2553,2115}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..12.86 rows=3 width=0)
Index Cond: (id = ANY ('{3286,2553,2115}'::integer[]))