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

Query time 0.00232

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
26979 338407 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_b6ebcafebf83_processed_lot_87471_20160706165232_386cbb3c1b31a74b792ee81ea74c09a7.JPG.jpg 338410 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_d4bd378c0f30_processed_lot_87471_20160706165232_386cbb3c1b31a74b792ee81ea74c09a7.JPG.webp 338413 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_e5b3ca81c17e_processed_lot_87471_20160706165232_386cbb3c1b31a74b792ee81ea74c09a7.JPG.webp
26979 338415 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_2a344bc41d62_processed_lot_87471_20160706165250_84544791563cd4544293631923cbe9ba.JPG.jpg 338419 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_651d692d6571_processed_lot_87471_20160706165250_84544791563cd4544293631923cbe9ba.JPG.webp 338420 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_753f909755a9_processed_lot_87471_20160706165250_84544791563cd4544293631923cbe9ba.JPG.webp
26979 338422 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_6f2c96b7ea44_processed_lot_87471_20160706165254_d7fbcd0f6c554c8f8dab57fa4f6b340c.JPG.jpg 338425 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_3bdb8f175c37_processed_lot_87471_20160706165254_d7fbcd0f6c554c8f8dab57fa4f6b340c.JPG.webp 338427 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_cd11d2ab0c90_processed_lot_87471_20160706165254_d7fbcd0f6c554c8f8dab57fa4f6b340c.JPG.webp
26979 338430 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_b753ebc4c726_processed_lot_87471_20160706165300_f18a845b12283996249628ef558853e6.JPG.jpg 338431 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_7f9d6b7d0f7a_processed_lot_87471_20160706165300_f18a845b12283996249628ef558853e6.JPG.webp 338434 https://s3.timeweb.cloud/482029f9-prod/products__images/26979_54a984916fb6_processed_lot_87471_20160706165300_f18a845b12283996249628ef558853e6.JPG.webp