SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_id AS images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    368, 432, 433, 434, 435, 436, 437, 438, 
    439, 440, 441, 442, 443, 444, 445, 446, 
    369, 417, 418, 419, 420, 421, 422, 423, 
    424, 425, 426, 427, 428, 429, 430, 431
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.158095602,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
            "table": {
              "table_name": "cscart_images_links",
              "access_type": "range",
              "possible_keys": ["object_id"],
              "key": "object_id",
              "key_length": "81",
              "used_key_parts": ["object_id", "object_type", "type"],
              "loops": 1,
              "rows": 32,
              "cost": 0.06640904,
              "filtered": 100,
              "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (368,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,369,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431)"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "cscart_images",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["image_id"],
          "ref": ["u428615623_ecartifygonje.cscart_images_links.detailed_id"],
          "loops": 32,
          "rows": 1,
          "cost": 0.03189888,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "cscart_common_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "108",
          "used_key_parts": ["object_id", "lang_code", "object_holder"],
          "ref": [
            "u428615623_ecartifygonje.cscart_images.image_id",
            "const",
            "const"
          ],
          "loops": 32,
          "rows": 1,
          "cost": 0.03927168,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
        }
      }
    ]
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
0 mango_-_Edited_9s42-2u.png 1000 1130 N 717 417 product 9194 M 0 9194
0 Cola1_-_Edited_n6tz-4m.png 1000 1130 N 718 418 product 9195 M 0 9195
0 Lemon_Lime1_-_Edited_aw2p-0d.png 1000 1130 N 719 419 product 9196 M 0 9196
0 Orange1_-_Edited_m0u9-yk.png 1000 1130 N 720 420 product 9197 M 0 9197
0 Pineapple1_-_Edited_tdzu-14.png 1000 1130 N 721 421 product 9198 M 0 9198
0 Rootbeer1_-_Edited_no0f-qz.png 1000 1130 N 722 422 product 9199 M 0 9199
0 salted_caramel_1_-_Edited_wqu4-7o.png 1000 1130 N 723 423 product 9200 M 0 9200
0 Cane_Sugar_1jht-4l_47fs-3p.jpg 904 1024 N 724 369 product 9201 M 0 9201
0 Caramel_-_Edited_baud-fl.png 1000 1130 N 725 424 product 9202 M 0 9202
0 hazelnut_-_Edited_55vs-n0.png 1000 1130 N 726 425 product 9203 M 0 9203
0 vanilla_-_Edited_5jk4-gv.png 1000 1130 N 727 426 product 9204 M 0 9204
0 passionfruit_-_Edited_ldwy-6c.png 1000 1130 N 728 427 product 9205 M 0 9205
0 lychee_-_Edited_52ha-vk.png 1000 1130 N 729 428 product 9206 M 0 9206
0 peach_1_-_Edited_lxc2-v9.png 1000 1130 N 730 429 product 9207 M 0 9207
0 yuzu_-_Edited_uic1-fp.png 1000 1130 N 731 430 product 9208 M 0 9208
0 Strawberry1_-_Edited_lw66-sn.png 1000 1130 N 732 431 product 9209 M 0 9209
0 mango_-_Edited_kcqu-bc.png 1000 1130 N 733 432 product 9210 M 0 9210
0 Cola1_-_Edited_pzbg-27.png 1000 1130 N 734 433 product 9211 M 0 9211
0 Lemon_Lime1_-_Edited_y5fw-ha.png 1000 1130 N 735 434 product 9212 M 0 9212
0 Orange1_-_Edited_vibo-wu.png 1000 1130 N 736 435 product 9213 M 0 9213
0 Pineapple_-_1_dvpo-bk.png 1024 1536 N 737 436 product 9214 M 0 9214
0 Rootbeer1_-_Edited_263l-8g.png 1000 1130 N 738 437 product 9215 M 0 9215
0 salted_caramel_1_-_Edited_zy6n-32.png 1000 1130 N 739 438 product 9216 M 0 9216
0 Sugar_Cane_blsd-h4.png 1024 1536 N 740 368 product 9217 M 0 9217
0 Caramel_-_Edited_va2w-73.png 1000 1130 N 741 439 product 9218 M 0 9218
0 hazelnut_-_Edited_jixg-ma.png 1000 1130 N 742 440 product 9219 M 0 9219
0 Vznilla_0spm-fl.png 1024 1536 N 743 441 product 9220 M 0 9220
0 Passionfuirt_1_kdba-p3.png 1024 1536 N 744 442 product 9221 M 0 9221
0 1234_xa0e-4h.jpg 904 1024 N 745 443 product 9222 M 0 9222
0 Gemini_Generated_Image_eqkscieqkscieqks_olle-db.png 960 1088 N 746 444 product 9223 M 0 9223
0 Mango_833q-hn.png 1024 1536 N 747 445 product 9224 M 0 9224
0 Strawberry1_-_Edited_5fha-rm.png 1000 1130 N 748 446 product 9225 M 0 9225