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` = 22732

Query time 0.00155

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
22732 313150 https://s3.timeweb.cloud/482029f9-prod/products__images/22732_28dac41e86b2_processed_d89de4d20f94fcd4468804f338146c92.png 313155 https://s3.timeweb.cloud/482029f9-prod/products__images/22732_1fc34262ac25_processed_d89de4d20f94fcd4468804f338146c92.webp 313160 https://s3.timeweb.cloud/482029f9-prod/products__images/22732_f9b78e7074e6_processed_d89de4d20f94fcd4468804f338146c92.webp
22732 313163 https://s3.timeweb.cloud/482029f9-prod/products__images/22732_ae6d202759a2_processed_7d92776640422b603e1429cfd525bd4e.png 313169 https://s3.timeweb.cloud/482029f9-prod/products__images/22732_74fb7b676654_processed_7d92776640422b603e1429cfd525bd4e.webp 313175 https://s3.timeweb.cloud/482029f9-prod/products__images/22732_f018d888dc5d_processed_7d92776640422b603e1429cfd525bd4e.webp
22732 313178 https://s3.timeweb.cloud/482029f9-prod/products__images/22732_825cb9d6fccf_processed_59a7e9b4d3d4bf386e23e15a6f14a30b.png 313185 https://s3.timeweb.cloud/482029f9-prod/products__images/22732_064544af8dc5_processed_59a7e9b4d3d4bf386e23e15a6f14a30b.webp 313188 https://s3.timeweb.cloud/482029f9-prod/products__images/22732_7ffa057e4bef_processed_59a7e9b4d3d4bf386e23e15a6f14a30b.webp