INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'da09016e940a6441b837e020b541230d1ed1f738f833536c7fa0849f87c610d4', 
    '4qwC+arZ83oQZhadovEkRAxGOlaWIYe6rcFYhLeiXcs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)