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.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 = 'blog' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    139, 138, 137, 136, 135, 134, 133, 125, 
    124, 123
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00622

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "75.61"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "34.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 34,
            "rows_produced_per_join": 34,
            "filtered": "100.00",
            "index_condition": "((`wearethehelpful_scalesta_net`.`cscart_images_links`.`object_type` = 'blog') and (`wearethehelpful_scalesta_net`.`cscart_images_links`.`type` = 'M') and (`wearethehelpful_scalesta_net`.`cscart_images_links`.`object_id` in (139,138,137,136,135,134,133,125,124,123)))",
            "cost_info": {
              "read_cost": "14.41",
              "eval_cost": "3.40",
              "prefix_cost": "17.81",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "wearethehelpful_scalesta_net.cscart_images_links.image_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 34,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "8.50",
              "eval_cost": "3.40",
              "prefix_cost": "29.71",
              "data_read_per_join": "26K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "wearethehelpful_scalesta_net.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 34,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "8.50",
              "eval_cost": "3.40",
              "prefix_cost": "41.61",
              "data_read_per_join": "20K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

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
11455 The_Power_of_Female_Friendship_Image_two_for_blog.png 500 500 N 9680 123 blog 0 M 0 11455
11458 Helpful_Fourth_Trimester_Gift_Guide_Blog-1.png 1080 1080 N 9683 124 blog 0 M 0 11458
11514 lighten-the-load-decluttering-specialists-scotland.png 500 500 N 9794 125 blog 0 M 0 11514
11585 the-beauty-standard-blog-we-are-the-helpful.png 500 500 N 9865 133 blog 0 M 0 11585
11601 blog-image-the-art-of-showing-up-love-language-gifts-uk.png 500 500 N 9881 134 blog 0 M 0 11601
11628 thoughtful-gifts-after-life-events-the-event-is-not-the-event-uk.jpg 500 500 N 9908 135 blog 0 M 0 11628
11629 gentle-habits-this-is-incense.jpg 500 500 N 9909 136 blog 0 M 0 11629
11715 Gift-that-help-out-in-life's-foggy-moments.jpg 500 500 N 9995 137 blog 0 M 0 11715
11716 wild-scottish-sauna-vouchers-scotland-landscape.jpg 500 500 N 9996 138 blog 0 M 0 11716
11717 comfort-gifts-uk-robes-pyjamas-blankets-socks-loungewear.jpg 500 500 N 9997 139 blog 0 M 0 11717