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 = 'es' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    701, 702, 708, 228, 229, 368, 432, 433, 
    434, 435, 436, 437, 438, 439, 440, 441, 
    442, 443, 444, 445, 446
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.111310563,
    "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": 21,
              "cost": 0.04638728,
              "filtered": 100,
              "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (701,702,708,228,229,368,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446)"
            }
          }
        }
      },
      {
        "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": 21,
          "rows": 1,
          "cost": 0.02206004,
          "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": 21,
          "rows": 1,
          "cost": 0.02943284,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'es' 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 1_unzj-um.jpg 1570 2197 N 444 229 product 9026 M 0 9026
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
0 1_unzj-um_ilob-2e.jpg 1570 2197 N 756 228 product 9233 M 0 9233