SELECT MIN(price) AS min_price, MIN(price_show) AS min_price_show, MAX(price) AS max_price, MAX(price_show) AS max_price_show from shop_items WHERE shop_items.host='lic18' AND shop_items.state=1 AND (shop_items.category=3883 OR shop_items.categories LIKE '%,3883,%')