SELECT 
p.product_id products_id, 
p.quantity products_quantity 

FROM 
<@PREFIX@>product p 

where 
p.product_id = <@KEY@> 

