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

Query time 0.00046

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
28684 360897 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_99a9c039c2ed_28760_a86737764bd1_28684_65202866f593_28685_e7940afa2313_0_fc196dbcac8a_4.jpg 360898 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_8420e16671c2_28760_a86737764bd1_28684_65202866f593_28685_e7940afa2313_0_fc196dbcac8a_4.webp 360899 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_f76874d44587_28760_a86737764bd1_28684_65202866f593_28685_e7940afa2313_0_fc196dbcac8a_4.webp
28684 360900 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_96a71e3221db_28760_f6ba667c1769_28684_4693b31f0944_28685_7241ecd5a394_0_a62b5ad1fcbf_3.jpg 360901 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_bbb03c37af94_28760_f6ba667c1769_28684_4693b31f0944_28685_7241ecd5a394_0_a62b5ad1fcbf_3.webp 360902 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_0ffa6c52d2ee_28760_f6ba667c1769_28684_4693b31f0944_28685_7241ecd5a394_0_a62b5ad1fcbf_3.webp
28684 360903 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_5790c41dccb2_28760_88fc85cb5655_28684_fe555b5259f2_28685_37949e3b5922_0_c060a4c25366_2.jpg 360904 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_4e4fe84e6d12_28760_88fc85cb5655_28684_fe555b5259f2_28685_37949e3b5922_0_c060a4c25366_2.webp 360905 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_1faa938434a9_28760_88fc85cb5655_28684_fe555b5259f2_28685_37949e3b5922_0_c060a4c25366_2.webp
28684 360906 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_e78ba17ce811_28760_25c6ecf60cbb_28684_fd91b5c1e890_28685_8f5b545a5d79_0_38ba768b6cbf_1.jpg 360907 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_c02a80d24659_28760_25c6ecf60cbb_28684_fd91b5c1e890_28685_8f5b545a5d79_0_38ba768b6cbf_1.webp 360908 https://s3.timeweb.cloud/482029f9-prod/products__images/28684_47d58cc6e11c_28760_25c6ecf60cbb_28684_fd91b5c1e890_28685_8f5b545a5d79_0_38ba768b6cbf_1.webp