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

Query time 0.00065

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
27198 203677 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_26428e6129b4_processed_lot_61181_20150325142002.jpg 203692 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_a0dd973a1c30_processed_lot_61181_20150325142002.webp 203699 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_e78e007e89bd_processed_lot_61181_20150325142002.webp
27198 203704 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_f7d5ad7f8f9d_processed_lot_61181_20150325143703.jpg 203717 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_1abdc2e7bdd1_processed_lot_61181_20150325143703.webp 203723 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_de482ded2969_processed_lot_61181_20150325143703.webp
27198 203729 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_7f41a8ab486b_processed_lot_61181_20150325143902.jpg 203742 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_74367146bf8a_processed_lot_61181_20150325143902.webp 203752 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_fbaa251016b5_processed_lot_61181_20150325143902.webp
27198 203760 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_1167761ef48e_processed_lot_61181_20150325144138.jpg 203768 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_073cdef38c2c_processed_lot_61181_20150325144138.webp 203775 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_c69b1d8db5e4_processed_lot_61181_20150325144138.webp
27198 203782 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_1f828f44e122_processed_lot_61181_20150325144212.jpg 203800 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_68477ce7d44b_processed_lot_61181_20150325144212.webp 203808 https://s3.timeweb.cloud/482029f9-prod/products__images/27198_4ac373d48f07_processed_lot_61181_20150325144212.webp