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

Query time 0.00111

Result

product_id file_id file file_alt big_file_id big_file big_file_alt small_file_id small_file small_file_alt
28921 365837 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_9a50c22d99fb_28922_e351543b142d_0_c6d847fb09ac_dkvqbFh_rhw.jpg 365838 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_5da7ec26a36e_28922_e351543b142d_0_c6d847fb09ac_dkvqbFh_rhw.webp 365839 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_5d161157cb4b_28922_e351543b142d_0_c6d847fb09ac_dkvqbFh_rhw.webp
28921 365840 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_edbec407d9aa_28922_1732ee4415cc_0_8407e55f5678_RIrqKodL0zo.jpg 365841 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_c0b110bc9c4a_28922_1732ee4415cc_0_8407e55f5678_RIrqKodL0zo.webp 365842 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_1b7f7f815702_28922_1732ee4415cc_0_8407e55f5678_RIrqKodL0zo.webp
28921 365843 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_9533a6137611_28922_610cc92d3fa4_0_b599e595796b_MV2PSeZ6pmQ%252520%2525281%252529.jpg 365844 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_fa46ff04986b_28922_610cc92d3fa4_0_b599e595796b_MV2PSeZ6pmQ%252520%2525281%252529.webp 365845 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_ce1dec7f6257_28922_610cc92d3fa4_0_b599e595796b_MV2PSeZ6pmQ%252520%2525281%252529.webp
28921 365846 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_e10965ceca56_28922_0a00f10a324a_0_cc6a5f86d14b_4HKhPH2z3wE.jpg 365847 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_9b66dee6ec48_28922_0a00f10a324a_0_cc6a5f86d14b_4HKhPH2z3wE.webp 365848 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_cd970c1cca51_28922_0a00f10a324a_0_cc6a5f86d14b_4HKhPH2z3wE.webp
28921 365849 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_e4a297c4de92_28922_dccd3915853b_0_cc5eb876996e_OrUXGt7QECo.jpg 365850 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_7a773e4047db_28922_dccd3915853b_0_cc5eb876996e_OrUXGt7QECo.webp 365851 https://s3.timeweb.cloud/482029f9-prod/products__images/28921_7554690f0790_28922_dccd3915853b_0_cc5eb876996e_OrUXGt7QECo.webp