SELECT 
  PI.product_id, 
  F1.id AS file_id, 
  F1.path AS file, 
  (
    SELECT 
      PI1.alt 
    FROM 
      `cscart_products__images` PI1 
    WHERE 
      PI1.original_file_id = F1.id
  ) AS file_alt, 
  F2.id AS big_file_id, 
  F2.path AS big_file, 
  (
    SELECT 
      PI2.alt 
    FROM 
      `cscart_products__images` PI2 
    WHERE 
      PI2.watermark_big_file_id = F2.id
  ) AS big_file_alt, 
  F3.id AS small_file_id, 
  F3.path AS small_file, 
  (
    SELECT 
      PI3.alt 
    FROM 
      `cscart_products__images` PI3 
    WHERE 
      PI3.watermark_small_file_id = F3.id
  ) AS small_file_alt 
FROM 
  `cscart_products__images` AS `PI` 
  LEFT JOIN `files` AS `F1` ON `F1`.`id` = `PI`.`original_file_id` 
  LEFT JOIN `files` AS `F2` ON `F2`.`id` = `PI`.`watermark_big_file_id` 
  LEFT JOIN `files` AS `F3` ON `F3`.`id` = `PI`.`watermark_small_file_id` 
WHERE 
  `PI`.`product_id` = 25666

Query time 0.00236

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
25666 283977 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_ba8574a01b65_processed_lot_81204_20170123131423_oooaba.ru_6126_new_3.7_1.jpg.jpg 283982 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_80c023a403f4_processed_lot_81204_20170123131423_oooaba.ru_6126_new_3.7_1.jpg.webp 283987 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_49b413c34847_processed_lot_81204_20170123131423_oooaba.ru_6126_new_3.7_1.jpg.webp
25666 283991 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_aee02e33b04b_processed_lot_81204_20170123131441_oooaba.ru_6126_new_3.7_2.jpg.jpg 283994 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_43b5b14d8a31_processed_lot_81204_20170123131441_oooaba.ru_6126_new_3.7_2.jpg.webp 283996 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_2163cef7bd82_processed_lot_81204_20170123131441_oooaba.ru_6126_new_3.7_2.jpg.webp
25666 283999 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_d3f5c4d1b74b_processed_lot_81204_20170123131510_oooaba.ru_6126_new_3.7_11.jpg.jpg 284005 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_e2f220d5c0f4_processed_lot_81204_20170123131510_oooaba.ru_6126_new_3.7_11.jpg.webp 284008 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_ee4ffd0ff04e_processed_lot_81204_20170123131510_oooaba.ru_6126_new_3.7_11.jpg.webp
25666 284012 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_ba65226362ea_processed_lot_81204_20170123131524_oooaba.ru_6126_new_3.7_10.jpg.jpg 284020 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_87cf5c48aa5d_processed_lot_81204_20170123131524_oooaba.ru_6126_new_3.7_10.jpg.webp 284023 https://s3.timeweb.cloud/482029f9-prod/products__images/25666_aff22798ccb6_processed_lot_81204_20170123131524_oooaba.ru_6126_new_3.7_10.jpg.webp