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.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 = 'A' 
  AND cscart_images_links.object_id IN (
    '4718', '4793', '4754', '4691', '4823', 
    '4878', '4832', '4722', '4719', '4717', 
    '4716', '4701', '4714', '4702', '4712', 
    '4709', '4707', '4711', '4708', '4704', 
    '4703', '6114', '4705', '4710'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00095

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": 27,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in ('4718','4793','4754','4691','4823','4878','4832','4722','4719','4717','4716','4701','4714','4702','4712','4709','4707','4711','4708','4704','4703','6114','4705','4710')"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["rfswire_cart.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_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": ["rfswire_cart.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_path alt image_x image_y images_image_id
8265 4823 product 0 15316 A 0 motorola-rln6544-2.png 604 800 15316
8266 4823 product 0 15317 A 0 motorola-rln6544-3.png 800 705 15317
8357 4754 product 0 15408 A 0 motorola-pmln6716-2.png 582 800 15408
8923 4703 product 0 15974 A 0 motorola-nntn8296-2.jpg 800 800 15974
8924 4703 product 0 15975 A 0 motorola-nntn8296-3.jpg 800 800 15975
8925 4703 product 0 15976 A 0 motorola-nntn8296-4.jpg 800 800 15976
8926 4703 product 0 15977 A 0 motorola-nntn8296-5.jpg 800 800 15977
8931 4705 product 0 15982 A 0 motorola-nntn8434-2.jpg 800 800 15982
8932 4705 product 0 15983 A 0 motorola-nntn8434-3.jpg 800 800 15983
8933 4705 product 0 15984 A 0 motorola-nntn8434-4.jpg 800 800 15984
8934 4705 product 0 15985 A 0 motorola-nntn8434-5.jpg 800 800 15985
8935 4705 product 0 15986 A 0 motorola-nntn8434-6.jpg 800 800 15986
8978 4709 product 0 16029 A 0 motorola-pmln6246-2.jpg 800 800 16029
9025 4691 product 0 16076 A 0 motorola-pmnn4461-2.png 800 800 16076
9026 4691 product 0 16077 A 0 motorola-pmnn4461-3.png 800 800 16077
10262 4832 product 0 17325 A 1 RLN6554A.jpg 1000 1000 17325
10263 4832 product 0 17326 A 2 RLN6554A_w_dual_charger.jpg 1000 1000 17326