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 (64778, 64776, 64777, 65467) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00072

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": 40,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (64778,64776,64777,65467)"
        }
      }
    },
    "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
39481 64777 product 0 51714 A 0 D 0 0
39563 64778 product 0 51796 A 0 D 0 0
66778 64776 product 0 79011 A 0 D 0 0
66933 65467 product 0 79166 A 0 D 0 0
39476 64776 product 0 51709 A 1 D 0 0
66701 64777 product 0 78934 A 1 D 0 0
66729 64778 product 0 78962 A 1 D 0 0
66935 65467 product 0 79168 A 1 D 0 0
39483 64777 product 0 51716 A 2 D 0 0
66728 64778 product 0 78961 A 2 D 0 0
66777 64776 product 0 79010 A 2 D 0 0
66932 65467 product 0 79165 A 2 D 0 0
39475 64776 product 0 51708 A 3 D 0 0
66699 64777 product 0 78932 A 3 D 0 0
66725 64778 product 0 78958 A 3 D 0 0
66934 65467 product 0 79167 A 3 D 0 0
66700 64777 product 0 78933 A 4 D 0 0
66724 64778 product 0 78957 A 4 D 0 0
66776 64776 product 0 79009 A 4 D 0 0
66937 65467 product 0 79170 A 4 D 0 0
39485 64777 product 0 51718 A 5 D 0 0
66727 64778 product 0 78960 A 5 D 0 0
66775 64776 product 0 79008 A 5 D 0 0
66938 65467 product 0 79171 A 5 D 0 0
66698 64777 product 0 78931 A 6 D 0 0
66726 64778 product 0 78959 A 6 D 0 0
66779 64776 product 0 79012 A 6 D 0 0
66936 65467 product 0 79169 A 6 D 0 0
39478 64776 product 0 51711 A 7 C 0 0
39484 64777 product 0 51717 A 7 C 0 0
39569 64778 product 0 51802 A 7 C 0 0
39479 64776 product 0 51712 A 8 C 0 0
39568 64778 product 0 51801 A 8 C 0 0
39567 64778 product 0 51800 A 9 C 0 0
60318 64778 product 0 72551 A 10 C 0 0
56271 64778 product 0 68504 A 11 C 0 0
39566 64778 product 0 51799 A 12 C 0 0
39565 64778 product 0 51798 A 13 C 0 0
60319 64778 product 0 72552 A 14 C 0 0
39570 64778 product 0 51803 A 15 C 0 0