QUERY PLAN
Sort (cost=49.31..49.33 rows=6 width=22)
Sort Key: id
-> Seq Scan on tbl_sales_invoice_amounts (cost=0.00..49.23 rows=6 width=22)
Filter: (sales_invoice_id = ANY ('{2320,2322,2323}'::integer[]))