QUERY PLAN
Sort (cost=49.26..49.26 rows=3 width=22)
Sort Key: id
-> Seq Scan on tbl_sales_invoice_amounts (cost=0.00..49.23 rows=3 width=22)
Filter: (sales_invoice_id = ANY ('{1259,1542,2257}'::integer[]))