SELECT
lang.name,
lang.value
FROM
cscart_language_values lang
WHERE
lang.lang_code = 'en'
AND lang.name IN (
'text_out_of_stock', 'sku', 'select_options',
'old_price', 'old_price', 'list_price',
'list_price', 'enter_your_price',
'contact_us_for_price', 'sign_in_to_view_price',
'inc_tax', 'including_tax', 'you_save',
'you_save', 'save_discount', 'free_shipping',
'save_discount', 'save_discount',
'sg_unsubscribe_auction', 'sg_subscribe_auction',
'sg_auction.opening_price', 'sg_auction.reserved_price',
'sg_auction.current_bid', 'sg_auction.bid_amount',
'place_bid', 'sg_auction.auction_completed',
'quantity', 'text_cart_min_qty',
'text_edp_product', 'text_out_of_stock',
'sku', 'select_options', 'old_price',
'old_price', 'list_price', 'list_price',
'enter_your_price', 'contact_us_for_price',
'sign_in_to_view_price', 'inc_tax',
'including_tax', 'you_save', 'you_save',
'save_discount', 'free_shipping',
'save_discount', 'save_discount',
'sg_unsubscribe_auction', 'sg_subscribe_auction',
'sg_auction.opening_price', 'sg_auction.reserved_price',
'sg_auction.current_bid', 'sg_auction.bid_amount',
'place_bid', 'sg_auction.auction_completed',
'quantity', 'text_cart_min_qty',
'text_edp_product'
)