SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  cscart_images.image_id as images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.image_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 = 'A' 
  AND cscart_images_links.object_id IN (64945, 63467, 61448, 64864) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00128

JSON explain

{
  "query_block": {
    "select_id": 1,
    "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"],
          "rows": 41,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (64945,63467,61448,64864)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["cscart_migrate.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
16245 61448 product 0 27765 A 0 D 0 0
26273 63467 product 0 38436 A 0 D 0 0
48973 64864 product 0 61206 A 0 D 0 0
48994 64945 product 0 61227 A 0 D 0 0
48995 64945 product 0 61228 A 0 D 0 0
48996 64945 product 0 61229 A 0 D 0 0
48997 64945 product 0 61230 A 0 D 0 0
48998 64945 product 0 61231 A 0 D 0 0
61847 64945 product 0 74080 A 0 C 0 0
66337 64864 product 0 78570 A 0 C 0 0
66339 64864 product 0 78572 A 0 C 0 0
49263 64864 product 0 61496 A 1 D 0 0
65485 61448 product 0 77718 A 1 D 0 0
67661 63467 product 0 79894 A 1 C 0 0
30078 63467 product 0 42301 A 2 C 0 0
48964 64864 product 0 61197 A 2 D 0 0
65483 61448 product 0 77716 A 2 D 0 0
16293 61448 product 0 27813 A 3 D 0 0
30075 63467 product 0 42298 A 3 D 0 0
48965 64864 product 0 61198 A 3 D 0 0
16294 61448 product 0 27814 A 4 D 0 0
48966 64864 product 0 61199 A 4 D 0 0
62897 63467 product 0 75130 A 4 C 0 0
26279 63467 product 0 38442 A 5 D 0 0
49264 64864 product 0 61497 A 5 D 0 0
65484 61448 product 0 77717 A 5 D 0 0
16295 61448 product 0 27815 A 6 D 0 0
26280 63467 product 0 38443 A 6 D 0 0
48967 64864 product 0 61200 A 6 D 0 0
48918 61448 product 0 61151 A 7 C 0 0
49333 64864 product 0 61566 A 7 C 0 0
58995 63467 product 0 71228 A 7 C 0 0
31855 63467 product 0 44088 A 8 C 0 0
48919 61448 product 0 61152 A 8 C 0 0
49256 64864 product 0 61489 A 8 C 0 0
35128 63467 product 0 47361 A 9 C 0 0
48920 61448 product 0 61153 A 9 C 0 0
49259 64864 product 0 61492 A 9 C 0 0
30077 63467 product 0 42300 A 10 C 0 0
49257 64864 product 0 61490 A 10 C 0 0
49258 64864 product 0 61491 A 11 C 0 0