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

Query time 0.00051

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
27201 203913 https://s3.timeweb.cloud/482029f9-prod/products__images/27201_cc5bafe826e3_processed_lot_50842_20141007144336.jpg 203929 https://s3.timeweb.cloud/482029f9-prod/products__images/27201_eadf1a0a292b_processed_lot_50842_20141007144336.webp 203935 https://s3.timeweb.cloud/482029f9-prod/products__images/27201_612e15d7d042_processed_lot_50842_20141007144336.webp
27201 203940 https://s3.timeweb.cloud/482029f9-prod/products__images/27201_8fad3940c24f_processed_lot_50842_20141007144417.jpg 203951 https://s3.timeweb.cloud/482029f9-prod/products__images/27201_c9ef65e6122e_processed_lot_50842_20141007144417.webp 203960 https://s3.timeweb.cloud/482029f9-prod/products__images/27201_07f35ae7192d_processed_lot_50842_20141007144417.webp
27201 203966 https://s3.timeweb.cloud/482029f9-prod/products__images/27201_e3f5f53f259f_processed_lot_50842_20141007144452.jpg 203982 https://s3.timeweb.cloud/482029f9-prod/products__images/27201_66c6dcf0fa04_processed_lot_50842_20141007144452.webp 203992 https://s3.timeweb.cloud/482029f9-prod/products__images/27201_105dc87b6eec_processed_lot_50842_20141007144452.webp