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 = 'category' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    '227', '208', '138', '6', '3560', '10', 
    '2893', '49', '2', '2907', '198', '225', 
    '2486', '70', '188', '2975', '3145', 
    '3781'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00071

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": 22,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'category' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in ('227','208','138','6','3560','10','2893','49','2','2907','198','225','2486','70','188','2975','3145','3781')"
        }
      }
    },
    "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
8023 227 category 0 15069 M 0 FIF-8.jpg 360 360 15069
8024 208 category 0 15070 M 0 FBA-25.jpg 120 120 15070
8025 138 category 0 15071 M 0 ATU-6AS__alt_6ds_.jpg 2048 927 15071
8026 6 category 0 15072 M 0 FNBV133LI-UNI.png 800 455 15072
8027 10 category 0 15073 M 0 CLIP-27.jpg 1000 1000 15073
8028 49 category 0 15074 M 0 LCC-S24S.png 600 600 15074
8029 2 category 0 15075 M 0 VAC-UNI.jpg 557 330 15075
8030 198 category 0 15076 M 0 MH-101A4B.jpg 1669 2100 15076
8031 225 category 0 15077 M 0 FIF-12A.jpg 500 500 15077
8032 70 category 0 15078 M 0 DVS-5.jpg 560 570 15078
8033 188 category 0 15079 M 0 MH-66B7a__2_.jpg 1096 1419 15079
9087 2893 category 0 16138 M 0 bluetooth-icon-vector-22975105.jpg 1000 1080 16138
9088 2975 category 0 16139 M 0 PMLN6767.jpg 1000 1000 16139
9089 3145 category 0 16140 M 0 TLK100_8jhq-b8.jpg 167 302 16140
9090 2907 category 0 16141 M 0 NTN8819_CommPort.jpg 800 800 16141
9835 2486 category 0 16895 M 0 CN-3.jpg 500 500 16895
9945 3560 category 0 17007 M 0 Battery_Eliminator.jpeg 1001 1001 17007
10694 3781 category 0 17758 M 0 TLK110.jpg 2560 2560 17758