Thank you!
I ran the query:
SELECT b.product_name, a.file_path FROM `mpx_hikashop_file` a INNER JOIN `mpx_hikashop_product` b ON a.file_ref_id = b.product_id WHERE a.file_type = 'product'
and it seemed to run successfully (partial output shown below, no error messages):
product_name
file_path
WorldWide Electric Worm Gear Reducer-Flange Input,...
WorldWide_Electr_4cf3f9dbc302d.jpg
WorldWide Electric Worm Gear Reducer-Flange Input,...
WorldWide_Electr_4cf3fcae639f7.jpg
WorldWide Electric Worm Gear Reducer-Flange Input,...
WorldWide_Electr_4cf4034e1c447.jpg
WorldWide Electric Worm Gear Reducer-Flange Input,...
WorldWide_Electr_4cf401fcf307f.jpg
Those files are currently sitting in the media/com_hikashop/upload folder. Should they be in a different place?