INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ed38b23490a2f26ce874c5e1df0ba0c6eebeb32bee13151405da161e3ab10884', 
    'LE8NIY8TtckAI/M95s1eujhNVnG5/2qrSP3BUuZTgxI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)