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

Query time 0.00195

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
26005 301453 https://s3.timeweb.cloud/482029f9-prod/products__images/26005_a2f2e8fd7db4_processed_lot_36182_20140329143209.jpg 301458 https://s3.timeweb.cloud/482029f9-prod/products__images/26005_7502c4eff648_processed_lot_36182_20140329143209.webp 301460 https://s3.timeweb.cloud/482029f9-prod/products__images/26005_8037fa0b29db_processed_lot_36182_20140329143209.webp
26005 301463 https://s3.timeweb.cloud/482029f9-prod/products__images/26005_7c365309d53b_processed_lot_36182_20140329143225.jpg 301466 https://s3.timeweb.cloud/482029f9-prod/products__images/26005_f273d06d8f3f_processed_lot_36182_20140329143225.webp 301468 https://s3.timeweb.cloud/482029f9-prod/products__images/26005_fda0360b7e49_processed_lot_36182_20140329143225.webp
26005 301470 https://s3.timeweb.cloud/482029f9-prod/products__images/26005_ec0cb2973da4_processed_lot_36182_20140329143243.jpg 301475 https://s3.timeweb.cloud/482029f9-prod/products__images/26005_16071d1f3c8a_processed_lot_36182_20140329143243.webp 301477 https://s3.timeweb.cloud/482029f9-prod/products__images/26005_1111f71b5c6b_processed_lot_36182_20140329143243.webp