SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10747, 10748, 10749, 10750, 10751, 10752, 
    9972, 9973, 9975, 9976, 9977, 9978, 
    9979, 10179, 10180, 10523
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00024

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ALL",
      "possible_keys": ["status", "product_id"],
      "rows": 77,
      "filtered": 20.77922058,
      "attached_condition": "cscart_ab__video_gallery.product_id in (10747,10748,10749,10750,10751,10752,9972,9973,9975,9976,9977,9978,9979,10179,10180,10523) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
74 10179
75 10180
76 10523