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

Query time 0.00262

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
26422 318484 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_bab47cef3c7f_processed_lot_101894_20180312192916__________________.jpg.jpg 318488 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_95375585fbe8_processed_lot_101894_20180312192916__________________.jpg.webp 318491 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_3760e8dddf38_processed_lot_101894_20180312192916__________________.jpg.webp
26422 318496 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_7480e1dd0b9f_processed_lot_101894_20180312192538_higer_9.JPG.jpg 318502 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_fc7f714d68ce_processed_lot_101894_20180312192538_higer_9.JPG.webp 318507 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_285b66140960_processed_lot_101894_20180312192538_higer_9.JPG.webp
26422 318509 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_07579c4463ed_processed_lot_101894_20180312192545________________________004.jpg.jpg 318516 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_681992a9b0a5_processed_lot_101894_20180312192545________________________004.jpg.webp 318518 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_56f4a954b42e_processed_lot_101894_20180312192545________________________004.jpg.webp
26422 318521 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_8c57d1a86af1_processed_lot_101894_20180312192552_IMG_3244_light.jpg.jpg 318527 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_497252bb302e_processed_lot_101894_20180312192552_IMG_3244_light.jpg.webp 318531 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_9d816f776dcc_processed_lot_101894_20180312192552_IMG_3244_light.jpg.webp
26422 318533 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_55014f781dfd_processed_lot_101894_20180312192554_IMG_7624_light.jpg.jpg 318538 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_53bf73e7681c_processed_lot_101894_20180312192554_IMG_7624_light.jpg.webp 318541 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_9eda2d0b2f49_processed_lot_101894_20180312192554_IMG_7624_light.jpg.webp
26422 318545 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_b3ff71408111_processed_lot_101894_20180312192902__________________.jpg.jpg 318550 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_0d65dd78f300_processed_lot_101894_20180312192902__________________.jpg.webp 318554 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_367adfc3f90e_processed_lot_101894_20180312192902__________________.jpg.webp
26422 318555 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_f82f8136aa19_processed_lot_101894_20180312192906__________________.jpg.jpg 318560 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_42859977a951_processed_lot_101894_20180312192906__________________.jpg.webp 318563 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_69388ac80c7d_processed_lot_101894_20180312192906__________________.jpg.webp
26422 318566 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_df6a4880b214_processed_lot_101894_20180312192912___________________2.jpg.jpg 318570 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_9faa17e5680e_processed_lot_101894_20180312192912___________________2.jpg.webp 318573 https://s3.timeweb.cloud/482029f9-prod/products__images/26422_04612e8fef75_processed_lot_101894_20180312192912___________________2.jpg.webp