Hi,
You can do it in PHPMyAdmin. However, that product id is also used in other tables like jos_hikashop_product_category, jos_hikashop_price, etc. If you change the id only in the jos_hikashop_product table, you won't have that in all the other tables and that's why you don't see it anymore. The table jos_hikashop_product_category is making the link between products and categories, so if you don't update the product id there, it will mean that your product won't be linked to a category, and it won't display anywhere.