INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9f301d0bc8e7c3e2a950f1d3cb4f84e03ff5890007248a21f3f0cc9074287269', 
    '5kMwph+GoaiDYXD9AUi3RVGauUkJ9NcIX/4N6JCXTPE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)