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

Query time 0.00204

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
28966 366970 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_690f9282f511_28967_9c0443de198f_0_f4255dd82e74_IMG_4462.JPG 366971 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_a39a152c4b1b_28967_9c0443de198f_0_f4255dd82e74_IMG_4462.webp 366972 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_2ccc609f8c2f_28967_9c0443de198f_0_f4255dd82e74_IMG_4462.webp
28966 366973 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_ad6167b5e081_28967_dec21d1170ca_0_f4255dd82e74_IMG_4463.JPG 366974 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_24950666626f_28967_dec21d1170ca_0_f4255dd82e74_IMG_4463.webp 366975 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_ec3feba5e855_28967_dec21d1170ca_0_f4255dd82e74_IMG_4463.webp
28966 366976 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_3950b726d61a_28967_996ae9095653_0_ca72baff57d1_IMG_4469.JPG 366977 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_ac1c1f873d4e_28967_996ae9095653_0_ca72baff57d1_IMG_4469.webp 366978 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_0526afbfdb17_28967_996ae9095653_0_ca72baff57d1_IMG_4469.webp
28966 366979 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_71b2a6caa944_28967_67324e787956_0_cffd535b7630_IMG_4464.JPG 366980 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_52c41b8a0c9c_28967_67324e787956_0_cffd535b7630_IMG_4464.webp 366981 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_dd9156d649ca_28967_67324e787956_0_cffd535b7630_IMG_4464.webp
28966 366982 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_490acaeaf6c3_28967_03fb728c77d0_0_27bf974ca99b_IMG_4465.JPG 366983 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_4908707ad0f6_28967_03fb728c77d0_0_27bf974ca99b_IMG_4465.webp 366984 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_d1a1f0d6863c_28967_03fb728c77d0_0_27bf974ca99b_IMG_4465.webp
28966 366985 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_c424d961cf53_28967_091f19f2f2cd_0_e06dbc3294e1_IMG_4468.JPG 366986 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_bf276cc3b212_28967_091f19f2f2cd_0_e06dbc3294e1_IMG_4468.webp 366987 https://s3.timeweb.cloud/482029f9-prod/products__images/28966_7dc499aaef11_28967_091f19f2f2cd_0_e06dbc3294e1_IMG_4468.webp