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

Query time 0.00056

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
28961 366790 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_338f923250a2_28963_b2e875673430_28961_9c8383d81e61_28962_6f90d56c3b55_0_96103c0156a5_IMG_4435.JPG 366791 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_86b438138f4c_28963_b2e875673430_28961_9c8383d81e61_28962_6f90d56c3b55_0_96103c0156a5_IMG_4435.webp 366792 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_a6ecc1fd3ea9_28963_b2e875673430_28961_9c8383d81e61_28962_6f90d56c3b55_0_96103c0156a5_IMG_4435.webp
28961 366793 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_1f605c81191f_28963_901bdafd494a_28961_a80a8f8fc589_28962_05209cdb7cd7_0_1102b2769704_IMG_4436.JPG 366794 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_ba2934c9e6c3_28963_901bdafd494a_28961_a80a8f8fc589_28962_05209cdb7cd7_0_1102b2769704_IMG_4436.webp 366795 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_6f7adbb7ddbf_28963_901bdafd494a_28961_a80a8f8fc589_28962_05209cdb7cd7_0_1102b2769704_IMG_4436.webp
28961 366796 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_997c0504c200_28963_0ca02d474e0c_28961_74027135d41e_28962_a2395362370c_0_4dff1146ce97_IMG_4437.JPG 366797 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_9a2e570be3b9_28963_0ca02d474e0c_28961_74027135d41e_28962_a2395362370c_0_4dff1146ce97_IMG_4437.webp 366798 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_065e3fda8b30_28963_0ca02d474e0c_28961_74027135d41e_28962_a2395362370c_0_4dff1146ce97_IMG_4437.webp
28961 366799 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_3ac04ec5fb67_28963_ee98b006f4bb_28961_e6e7ab0799c6_28962_395c2e4f3b52_0_87dd694ddfcb_IMG_4438.JPG 366800 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_2248fc1f2f7a_28963_ee98b006f4bb_28961_e6e7ab0799c6_28962_395c2e4f3b52_0_87dd694ddfcb_IMG_4438.webp 366801 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_e53b90ea672a_28963_ee98b006f4bb_28961_e6e7ab0799c6_28962_395c2e4f3b52_0_87dd694ddfcb_IMG_4438.webp
28961 366802 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_6036cd7940f5_28963_3e0d4fd8ae67_28961_2e096f76572f_28962_c8c400fdcab2_0_74dd004ddf93_IMG_4439.JPG 366803 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_a660cc58900f_28963_3e0d4fd8ae67_28961_2e096f76572f_28962_c8c400fdcab2_0_74dd004ddf93_IMG_4439.webp 366804 https://s3.timeweb.cloud/482029f9-prod/products__images/28961_e5101c599edc_28963_3e0d4fd8ae67_28961_2e096f76572f_28962_c8c400fdcab2_0_74dd004ddf93_IMG_4439.webp